Fossil SCM
Remove an unnecessary !important CSS directive that prevents overriding by skins. (This is a leftover from my private patches, where the same technique is used to alpha-blend an additional SVG background color with the original background color.)
Commit
72dc40da49c4dec2bd096b765fb8df19a64a14c5475cfd0d5fee517f61ecf7c6
Parent
af89065ec5a8476…
1 file changed
+1
-1
+1
-1
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -54,11 +54,11 @@ | ||
| 54 | 54 | border-width: 0; |
| 55 | 55 | } |
| 56 | 56 | .timelineFocused { |
| 57 | 57 | background-image: url("data:image/svg+xml,%3Csvg \ |
| 58 | 58 | xmlns='http://www.w3.org/2000/svg' viewBox='0,0,1,1'%3E%3Cpath \ |
| 59 | -style='fill:orange;opacity:0.5' d='M0,0h1v1h-1z'/%3E%3C/svg%3E") !important; | |
| 59 | +style='fill:orange;opacity:0.5' d='M0,0h1v1h-1z'/%3E%3C/svg%3E"); | |
| 60 | 60 | /*Note: IE requires explicit declarations for the next three properties.*/ |
| 61 | 61 | background-position: top left; |
| 62 | 62 | background-repeat: repeat repeat; |
| 63 | 63 | background-size: 64px 64px; |
| 64 | 64 | } |
| 65 | 65 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -54,11 +54,11 @@ | |
| 54 | border-width: 0; |
| 55 | } |
| 56 | .timelineFocused { |
| 57 | background-image: url("data:image/svg+xml,%3Csvg \ |
| 58 | xmlns='http://www.w3.org/2000/svg' viewBox='0,0,1,1'%3E%3Cpath \ |
| 59 | style='fill:orange;opacity:0.5' d='M0,0h1v1h-1z'/%3E%3C/svg%3E") !important; |
| 60 | /*Note: IE requires explicit declarations for the next three properties.*/ |
| 61 | background-position: top left; |
| 62 | background-repeat: repeat repeat; |
| 63 | background-size: 64px 64px; |
| 64 | } |
| 65 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -54,11 +54,11 @@ | |
| 54 | border-width: 0; |
| 55 | } |
| 56 | .timelineFocused { |
| 57 | background-image: url("data:image/svg+xml,%3Csvg \ |
| 58 | xmlns='http://www.w3.org/2000/svg' viewBox='0,0,1,1'%3E%3Cpath \ |
| 59 | style='fill:orange;opacity:0.5' d='M0,0h1v1h-1z'/%3E%3C/svg%3E"); |
| 60 | /*Note: IE requires explicit declarations for the next three properties.*/ |
| 61 | background-position: top left; |
| 62 | background-repeat: repeat repeat; |
| 63 | background-size: 64px 64px; |
| 64 | } |
| 65 |