Fossil SCM
Fix of file-change-line button.
Commit
8e3e57b39a0f511fba47a29408f4259ae7fa6606c9db91f1bffb75887f95b152
Parent
19da71c5e76ee4f…
1 file changed
+5
-2
+5
-2
| --- skins/darkmode/css.txt | ||
| +++ skins/darkmode/css.txt | ||
| @@ -98,14 +98,17 @@ | ||
| 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 | +} | |
| 103 | 106 | .button, |
| 104 | 107 | button { |
| 105 | 108 | color: #aaa; |
| 106 | - background-color: #444; | |
| 109 | + background-color: #484848; | |
| 107 | 110 | border-radius: 5px; |
| 108 | 111 | border: 0 |
| 109 | 112 | } |
| 110 | 113 | .button:hover, |
| 111 | 114 | button:hover { |
| @@ -537,11 +540,11 @@ | ||
| 537 | 540 | color: inherit; |
| 538 | 541 | font: inherit; |
| 539 | 542 | margin: 0 |
| 540 | 543 | } |
| 541 | 544 | button { |
| 542 | - background-color: rgba(48,48,48,0.75); | |
| 545 | + background-color: rgba(45,45,45,0.75); | |
| 543 | 546 | } |
| 544 | 547 | input, textarea, select { |
| 545 | 548 | border: 1px solid rgba(127, 201, 255, 0.9); |
| 546 | 549 | padding: 1px; |
| 547 | 550 | } |
| 548 | 551 |
| --- skins/darkmode/css.txt | |
| +++ skins/darkmode/css.txt | |
| @@ -98,14 +98,17 @@ | |
| 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; |
| 108 | border: 0 |
| 109 | } |
| 110 | .button:hover, |
| 111 | button:hover { |
| @@ -537,11 +540,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 |
| --- skins/darkmode/css.txt | |
| +++ skins/darkmode/css.txt | |
| @@ -98,14 +98,17 @@ | |
| 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: #484848; |
| 110 | border-radius: 5px; |
| 111 | border: 0 |
| 112 | } |
| 113 | .button:hover, |
| 114 | button:hover { |
| @@ -537,11 +540,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 |