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-07-09 19:14:35 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-07-09 19:14:35 +0400
commit572220f0a3bb65069105787e1aa12e34694300b4 (patch)
treee61083e1b27c855356ba2b46da5c1c78a9e67a0f /plugins/Dashboard
parentb5ed458b466e37b4d70ee65cdeebc0d38c7dc9be (diff)
Initialisation of the PleineLune theme
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/stylesheets/dashboard.css9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/Dashboard/stylesheets/dashboard.css b/plugins/Dashboard/stylesheets/dashboard.css
index c370a252d0..a60ca32947 100644
--- a/plugins/Dashboard/stylesheets/dashboard.css
+++ b/plugins/Dashboard/stylesheets/dashboard.css
@@ -46,10 +46,6 @@
width: 25%;
}
-.sortable {
- background: white;
-}
-
.hover {
border: 2px dashed #E3E3E3;
}
@@ -62,8 +58,6 @@
border-radius: 4px;
font-size: 14px;
border-radius: 4px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
}
.widgetHover {
@@ -77,7 +71,6 @@
.widgetContent.loading {
opacity: 0.5;
- filter: Alpha(opacity:50);
background: url(../../../plugins/Zeitgeist/images/loading-blue.gif) no-repeat top right;
}
@@ -90,8 +83,6 @@
.widgetTop {
background: #b5b0a7 url(../../../plugins/Zeitgeist/images/dashboard_h_bg.png) repeat-x 0 0;
border-radius: 4px 4px 0 0;
- -moz-border-radius: 4px 4px 0 0;
- -webkit-border-radius: 4px 4px 0 0;
width: 100%;
cursor: move;
font-size: 10pt;