Fossil SCM
Fixed up final significant known difference with Inskinerator Modern: lightened the background color on selected forum posts.
Commit
5ead5d6d4928e99f3bcbf9d0118016da3934cd7658cff923a7b595d8080265bc
Parent
ee6ca48c8f62023…
1 file changed
+4
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -161,10 +161,14 @@ | ||
| 161 | 161 | /* Forum */ |
| 162 | 162 | |
| 163 | 163 | .forum a:visited { |
| 164 | 164 | color: #6A7F94; |
| 165 | 165 | } |
| 166 | + | |
| 167 | +div.forumSel { | |
| 168 | + background-color: #ebf5ff; | |
| 169 | +} | |
| 166 | 170 | |
| 167 | 171 | textarea.wikiedit { |
| 168 | 172 | font-size: 1em; /* monospace fonts tend to be smaller; compensate */ |
| 169 | 173 | } |
| 170 | 174 | |
| 171 | 175 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -161,10 +161,14 @@ | |
| 161 | /* Forum */ |
| 162 | |
| 163 | .forum a:visited { |
| 164 | color: #6A7F94; |
| 165 | } |
| 166 | |
| 167 | textarea.wikiedit { |
| 168 | font-size: 1em; /* monospace fonts tend to be smaller; compensate */ |
| 169 | } |
| 170 | |
| 171 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -161,10 +161,14 @@ | |
| 161 | /* Forum */ |
| 162 | |
| 163 | .forum a:visited { |
| 164 | color: #6A7F94; |
| 165 | } |
| 166 | |
| 167 | div.forumSel { |
| 168 | background-color: #ebf5ff; |
| 169 | } |
| 170 | |
| 171 | textarea.wikiedit { |
| 172 | font-size: 1em; /* monospace fonts tend to be smaller; compensate */ |
| 173 | } |
| 174 | |
| 175 |