Index: skin/new-options.css |
=================================================================== |
--- a/skin/new-options.css |
+++ b/skin/new-options.css |
@@ -158,12 +158,17 @@ |
padding: 0px; |
border: 0px; |
background-color: transparent; |
- background-position: -51px 0px; |
+} |
+ |
+button[role="checkbox"]:not(.toggle) |
+{ |
+ background-image: url(icons/checkbox.png); |
+ display: inline-block; |
} |
button[role="checkbox"][aria-checked="true"]:not(.toggle) |
{ |
- background-position: -68px 0px; |
+ background-position: 0px 18px; |
} |
button[role="checkbox"][disabled] |
@@ -235,12 +240,6 @@ |
background-color: #5CBCE1; |
} |
-button.gear:hover, |
-button.delete:hover |
-{ |
- background-position: -61px -51px; |
-} |
- |
button.link, |
button.list |
{ |
@@ -682,6 +681,11 @@ |
margin: 0rem 0rem 1.3rem 0rem; |
} |
+.list li [role="checkbox"] |
+{ |
+ flex-shrink: 0; |
+} |
+ |
.table li:first-of-type |
{ |
border-top: 1px solid #CDCDCD; |
@@ -884,12 +888,6 @@ |
mask: url(icons/tooltip.svg); |
} |
-button[role="checkbox"]:not(.toggle) |
-{ |
- background-image: url(options-sprite.png); |
- display: inline-block; |
-} |
- |
/* |
Used for translatable screen reader only conten. |
e.g.: Use instead of aria-label to avoid complex attribute value translation |