summaryrefslogtreecommitdiffstats
path: root/module/web/static/css/default
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-02-27 14:02:03 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-02-27 14:02:03 +0100
commit1da5d741272de374bd11d4224be347bc6aa45053 (patch)
tree3498d4acb2d47e9a56a05a5f6333d639b4e74a3b /module/web/static/css/default
parentupdated js libraries, cleaned jquery-ui (diff)
downloadpyload-1da5d741272de374bd11d4224be347bc6aa45053.tar.xz
prepared dashboard actionbar
Diffstat (limited to 'module/web/static/css/default')
-rw-r--r--module/web/static/css/default/dashboard.less7
1 files changed, 3 insertions, 4 deletions
diff --git a/module/web/static/css/default/dashboard.less b/module/web/static/css/default/dashboard.less
index 12d833168..e9d313d32 100644
--- a/module/web/static/css/default/dashboard.less
+++ b/module/web/static/css/default/dashboard.less
@@ -167,14 +167,13 @@
.gradient(top, @blue, @blueDark);
}
- &.selected {
+ &.ui-selected {
.gradient(top, @yellow, @yellowDark);
color: @dark;
.iconf-chevron-down:hover {
color: @light;
}
-
}
img {
@@ -252,6 +251,6 @@ FANCY CHECKBOXES
cursor: pointer;
}
-.file-view.selected .checkbox {
+.file-view.ui-selected .checkbox {
background: url(../../img/default/checks_sheet.png) -21px top no-repeat;
-}
+} \ No newline at end of file