diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-02-20 17:05:30 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-02-20 17:05:30 +0100 |
commit | d4fabd4878050fdfea4e88dfe54eb90b4e35690f (patch) | |
tree | c276e53d6272a2fc9de57d01b4b4b7b66891a66e /module/web/static/css/default | |
parent | more animation for dashboard (diff) | |
download | pyload-d4fabd4878050fdfea4e88dfe54eb90b4e35690f.tar.xz |
tooltips and other improvements on webui
Diffstat (limited to 'module/web/static/css/default')
-rw-r--r-- | module/web/static/css/default/dashboard.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/module/web/static/css/default/dashboard.less b/module/web/static/css/default/dashboard.less index 4d504fdc3..1cd9a1bc5 100644 --- a/module/web/static/css/default/dashboard.less +++ b/module/web/static/css/default/dashboard.less @@ -108,6 +108,11 @@ i.iconf-trash:hover {
color: @red;
}
+
+ .dropdown-menu {
+ text-shadow: none;
+ }
+
}
// Tag area with different effect on hover
|