Fossil SCM
Increase contrast of button for file-change-line.
Commit
426dd8d352624740f892f1772cd878d5deb6fee49a6c742f427f06176cd0c3d9
Parent
d463c7eea57edb3…
1 file changed
+3
| --- skins/darkmode/css.txt | ||
| +++ skins/darkmode/css.txt | ||
| @@ -97,10 +97,13 @@ | ||
| 97 | 97 | border-radius: 0.1em; |
| 98 | 98 | } |
| 99 | 99 | .fileage tr:hover, |
| 100 | 100 | div.filetreeline:hover { |
| 101 | 101 | background-color: #333; |
| 102 | +} | |
| 103 | +div.file-change-line button { | |
| 104 | + background-color: #484848 | |
| 102 | 105 | } |
| 103 | 106 | .button, |
| 104 | 107 | button { |
| 105 | 108 | color: #aaa; |
| 106 | 109 | background-color: #444; |
| 107 | 110 |
| --- skins/darkmode/css.txt | |
| +++ skins/darkmode/css.txt | |
| @@ -97,10 +97,13 @@ | |
| 97 | border-radius: 0.1em; |
| 98 | } |
| 99 | .fileage tr:hover, |
| 100 | div.filetreeline:hover { |
| 101 | background-color: #333; |
| 102 | } |
| 103 | .button, |
| 104 | button { |
| 105 | color: #aaa; |
| 106 | background-color: #444; |
| 107 |
| --- skins/darkmode/css.txt | |
| +++ skins/darkmode/css.txt | |
| @@ -97,10 +97,13 @@ | |
| 97 | border-radius: 0.1em; |
| 98 | } |
| 99 | .fileage tr:hover, |
| 100 | div.filetreeline:hover { |
| 101 | background-color: #333; |
| 102 | } |
| 103 | div.file-change-line button { |
| 104 | background-color: #484848 |
| 105 | } |
| 106 | .button, |
| 107 | button { |
| 108 | color: #aaa; |
| 109 | background-color: #444; |
| 110 |