diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 9d0a86e34..db202b08d 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3415,3 +3415,12 @@ margin-right: 50px; font-size: 1.4em; margin-right: 15px; } + +a .drop-icons { + color: #000000; + font-size: 1.2em; +} + +.drop-icons:hover { + color: #FF0000; +} |