diff options
author | marijus <mario@localhost.localdomain> | 2013-10-14 18:13:02 +0200 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-10-14 18:13:02 +0200 |
commit | 43289103ee99018f2c57391f6851970d7b7b4b39 (patch) | |
tree | c4728c256e2ce92e88eec7d701901f1a4cab9d62 /view/theme/redbasic/css | |
parent | 4f2c056d6d00257fccae356f4fdf6c0c971c9b60 (diff) | |
download | volse-hubzilla-43289103ee99018f2c57391f6851970d7b7b4b39.tar.gz volse-hubzilla-43289103ee99018f2c57391f6851970d7b7b4b39.tar.bz2 volse-hubzilla-43289103ee99018f2c57391f6851970d7b7b4b39.zip |
i guess we should use .active class for all selected links.
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 860578368..d6c1b3511 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -369,7 +369,7 @@ footer { margin-bottom: 10px; } -.group-selected, .nets-selected, .fileas-selected, .categories-selected, .settings-widget .active { +.group-selected, .nets-selected, .fileas-selected, .categories-selected, .active { color: #444444 !important; } @@ -1482,12 +1482,6 @@ tr.mceLast { box-shadow: 0 0 0 0; } -.settings-widget .selected { - border-radius: $radiuspx; - -moz-border-radius: $radiuspx; - box-shadow: 4px 4px 3px 0 #444444; -} - #sidebar-page-list .label { margin-left: 5px; } @@ -3477,4 +3471,4 @@ a .drop-icons { .item-category { margin-right: 10px; -}
\ No newline at end of file +} |