Fossil SCM
Removed the reduced opacity from the 'active' menu item in darkmode skin. It just looks a bit odd.
Commit
a0f30a58e705fd9e4774bc1218a7c1c4a10d553a87b5c09803f8d88b0bb64111
Parent
ddb2124a348a70b…
1 file changed
-4
| --- skins/darkmode/css.txt | ||
| +++ skins/darkmode/css.txt | ||
| @@ -134,14 +134,10 @@ | ||
| 134 | 134 | color: #333; |
| 135 | 135 | border-color: #888; |
| 136 | 136 | outline: 0 |
| 137 | 137 | } |
| 138 | 138 | |
| 139 | -div.mainmenu a.active { | |
| 140 | - opacity: 0.8; | |
| 141 | -} | |
| 142 | - | |
| 143 | 139 | /* All page content from the bottom of the menu or submenu down to |
| 144 | 140 | ** the footer */ |
| 145 | 141 | div.content { |
| 146 | 142 | padding: 0ex 1ex 1ex 1ex; |
| 147 | 143 | } |
| 148 | 144 |
| --- skins/darkmode/css.txt | |
| +++ skins/darkmode/css.txt | |
| @@ -134,14 +134,10 @@ | |
| 134 | color: #333; |
| 135 | border-color: #888; |
| 136 | outline: 0 |
| 137 | } |
| 138 | |
| 139 | div.mainmenu a.active { |
| 140 | opacity: 0.8; |
| 141 | } |
| 142 | |
| 143 | /* All page content from the bottom of the menu or submenu down to |
| 144 | ** the footer */ |
| 145 | div.content { |
| 146 | padding: 0ex 1ex 1ex 1ex; |
| 147 | } |
| 148 |
| --- skins/darkmode/css.txt | |
| +++ skins/darkmode/css.txt | |
| @@ -134,14 +134,10 @@ | |
| 134 | color: #333; |
| 135 | border-color: #888; |
| 136 | outline: 0 |
| 137 | } |
| 138 | |
| 139 | /* All page content from the bottom of the menu or submenu down to |
| 140 | ** the footer */ |
| 141 | div.content { |
| 142 | padding: 0ex 1ex 1ex 1ex; |
| 143 | } |
| 144 |