diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-02-24 18:54:48 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-02-24 18:54:48 +0100 |
commit | 030904487d0b2f87c4e2cbf296a916593fb3f9f1 (patch) | |
tree | 48e3afa2a5966719cf3dba3c908b8e96bf13c0e3 /module/web/static/css/default | |
parent | Merge branch 'master' of github.com:pyload/pyload (diff) | |
download | pyload-030904487d0b2f87c4e2cbf296a916593fb3f9f1.tar.xz |
improved package and global menu
Diffstat (limited to 'module/web/static/css/default')
-rw-r--r-- | module/web/static/css/default/dashboard.less | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/module/web/static/css/default/dashboard.less b/module/web/static/css/default/dashboard.less index 2677b4035..72758959c 100644 --- a/module/web/static/css/default/dashboard.less +++ b/module/web/static/css/default/dashboard.less @@ -101,14 +101,10 @@ height: @frame-top;
line-height: @frame-top;
- i:hover {
+ & > i:hover {
color: @green;
}
- i.iconf-trash:hover {
- color: @red;
- }
-
.dropdown-menu {
text-shadow: none;
}
|