Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas ZILLIOX <thomas@zilliox.me>2013-08-12 01:32:20 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-12 01:32:20 +0400
commit0b9203b5f518744ad486cef779ae8d06a6aba609 (patch)
treed462b705312f1fc41893d991e4106d4f8a834c4f /plugins/PleineLune
parent0d29ae4189ec0950a8a93f8eafbb278d59f39607 (diff)
Theme Administration pages for PleineLune
Diffstat (limited to 'plugins/PleineLune')
-rw-r--r--plugins/PleineLune/stylesheets/_admin.less3
-rw-r--r--plugins/PleineLune/stylesheets/_dataTable.less11
-rw-r--r--plugins/PleineLune/stylesheets/_general.less3
-rw-r--r--plugins/PleineLune/stylesheets/_ui.less8
-rw-r--r--plugins/PleineLune/stylesheets/theme.less1
5 files changed, 25 insertions, 1 deletions
diff --git a/plugins/PleineLune/stylesheets/_admin.less b/plugins/PleineLune/stylesheets/_admin.less
new file mode 100644
index 0000000000..d9aae3c3ae
--- /dev/null
+++ b/plugins/PleineLune/stylesheets/_admin.less
@@ -0,0 +1,3 @@
+.admin h2 {
+ border-bottom: 1px solid @theme-color-background-contrast;
+} \ No newline at end of file
diff --git a/plugins/PleineLune/stylesheets/_dataTable.less b/plugins/PleineLune/stylesheets/_dataTable.less
index e8420f21ed..c40e8454a6 100644
--- a/plugins/PleineLune/stylesheets/_dataTable.less
+++ b/plugins/PleineLune/stylesheets/_dataTable.less
@@ -194,4 +194,15 @@ table.dataTable tr.subDataTable:hover > td .dataTableRowActions {
#mt thead *:first-child,
#mt thead *:last-child {
border-radius: 0;
+}
+
+/* Entity tables */
+.entityTable {
+ border-top: 0 !important;
+ border-bottom: 1px solid @theme-color-background-smallContrast !important;
+}
+
+.entityTable tr td,
+.entityTable tr th {
+ border-top: 0 !important;
} \ No newline at end of file
diff --git a/plugins/PleineLune/stylesheets/_general.less b/plugins/PleineLune/stylesheets/_general.less
index 13a6bd50bf..93793fbea8 100644
--- a/plugins/PleineLune/stylesheets/_general.less
+++ b/plugins/PleineLune/stylesheets/_general.less
@@ -21,8 +21,9 @@ a:active {
color: @theme-color-text-focus;
}
+input,
select,
-[type="text"] {
+textarea {
background: @theme-color-background-lighter;
color: @theme-color-background-smallContrast;
border: 0;
diff --git a/plugins/PleineLune/stylesheets/_ui.less b/plugins/PleineLune/stylesheets/_ui.less
index ddba1a3994..1d4cbdc2e6 100644
--- a/plugins/PleineLune/stylesheets/_ui.less
+++ b/plugins/PleineLune/stylesheets/_ui.less
@@ -32,4 +32,12 @@
h3 {
color: @theme-color-text-focus;
}
+}
+
+/* Inline Help */
+div.ui-state-highlight {
+ background: @theme-color-background-base;
+ border: 1px solid @theme-color-background-contrast;
+ border-radius: 0;
+ color: @theme-color-text-base;
} \ No newline at end of file
diff --git a/plugins/PleineLune/stylesheets/theme.less b/plugins/PleineLune/stylesheets/theme.less
index 5f9831b153..ce456b22a4 100644
--- a/plugins/PleineLune/stylesheets/theme.less
+++ b/plugins/PleineLune/stylesheets/theme.less
@@ -18,6 +18,7 @@
@import "../../PleineLune/stylesheets/_general.less";
@import "../../PleineLune/stylesheets/_layout.less";
@import "../../PleineLune/stylesheets/_login.less";
+@import "../../PleineLune/stylesheets/_admin.less";
@import "../../PleineLune/stylesheets/controls/_periodSelect.less";
@import "../../PleineLune/stylesheets/controls/_segmentSelect.less";
@import "../../PleineLune/stylesheets/controls/_widgetSelect.less";