Index: skin/new-options.css |
=================================================================== |
--- a/skin/new-options.css |
+++ b/skin/new-options.css |
@@ -347,6 +347,7 @@ |
body[data-tab|="general"] #content-general, |
body[data-tab|="advanced"] #content-advanced, |
+body[data-tab|="whitelist"] #content-whitelist, |
body[data-tab|="help"] #content-help |
{ |
display: block; |
@@ -610,43 +611,6 @@ |
width: 100%; |
} |
-#whitelisting .controls.mode-edit > button, |
-#whitelisting .controls:not(.mode-edit) > div |
-{ |
- display: none; |
-} |
- |
-#whitelisting .controls input[type="text"] |
-{ |
- border: 0px; |
- border-bottom: 1px solid #A1A1A1; |
- -moz-padding-end: 25px; |
- -webkit-padding-end: 25px; |
- -moz-margin-start: 14px; |
- -webkit-margin-start: 14px; |
- outline: 0px; |
- padding-bottom: 5px; |
- vertical-align: text-bottom; |
- width: 100%; |
-} |
- |
-#whitelisting .controls .button-add span |
-{ |
- -moz-margin-start: 5px; |
- -webkit-margin-start: 5px; |
-} |
- |
-#whitelisting .button-add |
-{ |
- -moz-margin-start: 32px; |
- -webkit-margin-start: 32px; |
-} |
- |
-#whitelisting-add-button + span |
-{ |
- flex: 1; |
-} |
- |
.icon-enter |
{ |
background-position: -19px -33px; |