Fossil SCM
jchunk-related style tweaks for Eagle and Khaki skins.
Commit
bbc534e7a4fc3d4adf4e31b0b7af1dc31b29ed9b6c4e1cd7b3ac6bbd9e8c86a8
Parent
860f8f252c3132a…
2 files changed
+6
-1
+3
-1
+6
-1
| --- skins/eagle/css.txt | ||
| +++ skins/eagle/css.txt | ||
| @@ -356,13 +356,18 @@ | ||
| 356 | 356 | background-color: #7EA2D9; |
| 357 | 357 | } |
| 358 | 358 | body.fossil-dark-style tr.diffskip.jchunk { |
| 359 | 359 | filter: revert; |
| 360 | 360 | } |
| 361 | + | |
| 362 | +tr.diffskip > td.chunkctrl .jcbutton{ | |
| 363 | + color: white; | |
| 364 | + background-color: #485D7B; | |
| 365 | +} | |
| 361 | 366 | |
| 362 | 367 | .fileage tr:hover { |
| 363 | - background-color: #7EA2D9; | |
| 368 | + background-color: #7EA2D9; | |
| 364 | 369 | } |
| 365 | 370 | |
| 366 | 371 | span.modpending { |
| 367 | 372 | color: #c0c0c0; |
| 368 | 373 | font-style: italic; |
| 369 | 374 |
| --- skins/eagle/css.txt | |
| +++ skins/eagle/css.txt | |
| @@ -356,13 +356,18 @@ | |
| 356 | background-color: #7EA2D9; |
| 357 | } |
| 358 | body.fossil-dark-style tr.diffskip.jchunk { |
| 359 | filter: revert; |
| 360 | } |
| 361 | |
| 362 | .fileage tr:hover { |
| 363 | background-color: #7EA2D9; |
| 364 | } |
| 365 | |
| 366 | span.modpending { |
| 367 | color: #c0c0c0; |
| 368 | font-style: italic; |
| 369 |
| --- skins/eagle/css.txt | |
| +++ skins/eagle/css.txt | |
| @@ -356,13 +356,18 @@ | |
| 356 | background-color: #7EA2D9; |
| 357 | } |
| 358 | body.fossil-dark-style tr.diffskip.jchunk { |
| 359 | filter: revert; |
| 360 | } |
| 361 | |
| 362 | tr.diffskip > td.chunkctrl .jcbutton{ |
| 363 | color: white; |
| 364 | background-color: #485D7B; |
| 365 | } |
| 366 | |
| 367 | .fileage tr:hover { |
| 368 | background-color: #7EA2D9; |
| 369 | } |
| 370 | |
| 371 | span.modpending { |
| 372 | color: #c0c0c0; |
| 373 | font-style: italic; |
| 374 |
+3
-1
| --- skins/khaki/css.txt | ||
| +++ skins/khaki/css.txt | ||
| @@ -171,11 +171,13 @@ | ||
| 171 | 171 | border-radius: 0.25em; |
| 172 | 172 | border-style: solid; |
| 173 | 173 | padding: 0 0.5em; |
| 174 | 174 | } |
| 175 | 175 | |
| 176 | -tr.diffskip > td.chunkctrl .button { | |
| 176 | +tr.diffskip > td.chunkctrl .jcbutton { | |
| 177 | + color: white; | |
| 177 | 178 | background-color: #a09048; |
| 178 | 179 | } |
| 180 | + | |
| 179 | 181 | tr.diffskip.jchunk { |
| 180 | 182 | background-color: #c0af58; |
| 181 | 183 | } |
| 182 | 184 |
| --- skins/khaki/css.txt | |
| +++ skins/khaki/css.txt | |
| @@ -171,11 +171,13 @@ | |
| 171 | border-radius: 0.25em; |
| 172 | border-style: solid; |
| 173 | padding: 0 0.5em; |
| 174 | } |
| 175 | |
| 176 | tr.diffskip > td.chunkctrl .button { |
| 177 | background-color: #a09048; |
| 178 | } |
| 179 | tr.diffskip.jchunk { |
| 180 | background-color: #c0af58; |
| 181 | } |
| 182 |
| --- skins/khaki/css.txt | |
| +++ skins/khaki/css.txt | |
| @@ -171,11 +171,13 @@ | |
| 171 | border-radius: 0.25em; |
| 172 | border-style: solid; |
| 173 | padding: 0 0.5em; |
| 174 | } |
| 175 | |
| 176 | tr.diffskip > td.chunkctrl .jcbutton { |
| 177 | color: white; |
| 178 | background-color: #a09048; |
| 179 | } |
| 180 | |
| 181 | tr.diffskip.jchunk { |
| 182 | background-color: #c0af58; |
| 183 | } |
| 184 |