Fossil SCM
Widen the scope for a button's visibility in darkmode.
Commit
19da71c5e76ee4fb547a14f6f69edb5d6f27954d0f97ec2a8d456cb6616dd72a
Parent
426dd8d35262474…
1 file changed
+1
-4
+1
-4
| --- skins/darkmode/css.txt | ||
| +++ skins/darkmode/css.txt | ||
| @@ -98,13 +98,10 @@ | ||
| 98 | 98 | } |
| 99 | 99 | .fileage tr:hover, |
| 100 | 100 | div.filetreeline:hover { |
| 101 | 101 | background-color: #333; |
| 102 | 102 | } |
| 103 | -div.file-change-line button { | |
| 104 | - background-color: #484848 | |
| 105 | -} | |
| 106 | 103 | .button, |
| 107 | 104 | button { |
| 108 | 105 | color: #aaa; |
| 109 | 106 | background-color: #444; |
| 110 | 107 | border-radius: 5px; |
| @@ -540,11 +537,11 @@ | ||
| 540 | 537 | color: inherit; |
| 541 | 538 | font: inherit; |
| 542 | 539 | margin: 0 |
| 543 | 540 | } |
| 544 | 541 | button { |
| 545 | - background-color: rgba(45,45,45,0.75); | |
| 542 | + background-color: rgba(48,48,48,0.75); | |
| 546 | 543 | } |
| 547 | 544 | input, textarea, select { |
| 548 | 545 | border: 1px solid rgba(127, 201, 255, 0.9); |
| 549 | 546 | padding: 1px; |
| 550 | 547 | } |
| 551 | 548 |
| --- skins/darkmode/css.txt | |
| +++ skins/darkmode/css.txt | |
| @@ -98,13 +98,10 @@ | |
| 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 | border-radius: 5px; |
| @@ -540,11 +537,11 @@ | |
| 540 | color: inherit; |
| 541 | font: inherit; |
| 542 | margin: 0 |
| 543 | } |
| 544 | button { |
| 545 | background-color: rgba(45,45,45,0.75); |
| 546 | } |
| 547 | input, textarea, select { |
| 548 | border: 1px solid rgba(127, 201, 255, 0.9); |
| 549 | padding: 1px; |
| 550 | } |
| 551 |
| --- skins/darkmode/css.txt | |
| +++ skins/darkmode/css.txt | |
| @@ -98,13 +98,10 @@ | |
| 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 | border-radius: 5px; |
| @@ -540,11 +537,11 @@ | |
| 537 | color: inherit; |
| 538 | font: inherit; |
| 539 | margin: 0 |
| 540 | } |
| 541 | button { |
| 542 | background-color: rgba(48,48,48,0.75); |
| 543 | } |
| 544 | input, textarea, select { |
| 545 | border: 1px solid rgba(127, 201, 255, 0.9); |
| 546 | padding: 1px; |
| 547 | } |
| 548 |