diff options
Diffstat (limited to 'module/web/static/css/default/dashboard.less')
-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
|