Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: skin/new-options.css

Issue 29411555: Issue 5169 - Add whitelisted tab to the new options page (Closed)
Patch Set: Fixed the TYPO Created July 3, 2017, 4:10 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « new-options.js ('k') | skin/tooltips/whitelisted.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
@@ -414,7 +415,7 @@
border-top: 1px solid #CDCDCD;
}
-button[disabled="true"]
+button[role="checkbox"][disabled]
{
border-radius: 2px;
background-color: #ccc;
@@ -511,7 +512,6 @@
background-position: -12px -62px;
}
-.icon-enter,
#custom-filters-add button::after
{
height: 8px;
@@ -610,53 +610,7 @@
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;
- position: absolute;
- bottom: 9px;
- -moz-margin-start: -20px;
- -webkit-margin-start: -20px;
-}
-
-.button-add, .cancel-button
+.button-add
{
background-color: transparent;
border: 0px;
« no previous file with comments | « new-options.js ('k') | skin/tooltips/whitelisted.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld