Fossil SCM
xekri skin: remove the outlandish saturation on chat message tabs and make user name color more legible in the recent activity list.
Commit
3368434606c1e64795b862c1afb0a7320ebc09f2cccd162e5547028298dd6a00
Parent
f39c8326e2b526d…
1 file changed
+2
-4
+2
-4
| --- skins/xekri/css.txt | ||
| +++ skins/xekri/css.txt | ||
| @@ -1161,10 +1161,8 @@ | ||
| 1161 | 1161 | margin-right: auto; |
| 1162 | 1162 | } |
| 1163 | 1163 | body.chat.chat-only-mode div.content { |
| 1164 | 1164 | max-width: revert; |
| 1165 | 1165 | } |
| 1166 | - | |
| 1167 | -body.chat .message-widget .message-widget-tab { | |
| 1168 | - /* Make /chat user names and timestamps more visible */ | |
| 1169 | - filter: saturate(6); | |
| 1166 | +body.chat #chat-user-list .chat-user{ | |
| 1167 | + color: white; | |
| 1170 | 1168 | } |
| 1171 | 1169 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -1161,10 +1161,8 @@ | |
| 1161 | margin-right: auto; |
| 1162 | } |
| 1163 | body.chat.chat-only-mode div.content { |
| 1164 | max-width: revert; |
| 1165 | } |
| 1166 | |
| 1167 | body.chat .message-widget .message-widget-tab { |
| 1168 | /* Make /chat user names and timestamps more visible */ |
| 1169 | filter: saturate(6); |
| 1170 | } |
| 1171 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -1161,10 +1161,8 @@ | |
| 1161 | margin-right: auto; |
| 1162 | } |
| 1163 | body.chat.chat-only-mode div.content { |
| 1164 | max-width: revert; |
| 1165 | } |
| 1166 | body.chat #chat-user-list .chat-user{ |
| 1167 | color: white; |
| 1168 | } |
| 1169 |