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

Side by Side Diff: skin/new-options.css

Issue 29480624: Issue 5374 - Add filter list popup (Closed)
Patch Set: Created July 7, 2017, 6:12 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« new-options.js ('K') | « new-options.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * This file is part of Adblock Plus <https://adblockplus.org/>, 2 * This file is part of Adblock Plus <https://adblockplus.org/>,
3 * Copyright (C) 2006-2017 eyeo GmbH 3 * Copyright (C) 2006-2017 eyeo GmbH
4 * 4 *
5 * Adblock Plus is free software: you can redistribute it and/or modify 5 * Adblock Plus is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 3 as 6 * it under the terms of the GNU General Public License version 3 as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
8 * 8 *
9 * Adblock Plus is distributed in the hope that it will be useful, 9 * Adblock Plus is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 color: #3A7BA6; 453 color: #3A7BA6;
454 text-align: center; 454 text-align: center;
455 } 455 }
456 456
457 .icon, 457 .icon,
458 button[role="checkbox"], 458 button[role="checkbox"],
459 .table button.delete, 459 .table button.delete,
460 #content-help a::before, 460 #content-help a::before,
461 #dialog-close::before, 461 #dialog-close::before,
462 #custom-filters-add button::after, 462 #custom-filters-add button::after,
463 #dialog-body button::before, 463 #dialog-body button:not([role="checkbox"])::before,
464 .date::before, 464 .date::before,
465 .time::before, 465 .time::before,
466 #all-filter-lists .arrow, 466 #all-filter-lists .arrow,
467 .context-menu .content a::before 467 .context-menu .content a::before
468 { 468 {
469 background-image: url(options-sprite.png); 469 background-image: url(options-sprite.png);
470 display: inline-block; 470 display: inline-block;
471 } 471 }
472 472
473 .icon-add, 473 .icon-add,
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 #dialog-close::before, 522 #dialog-close::before,
523 .date::before, 523 .date::before,
524 .time::before 524 .time::before
525 { 525 {
526 content: ""; 526 content: "";
527 height: 12px; 527 height: 12px;
528 width: 12px; 528 width: 12px;
529 } 529 }
530 530
531 #content-help a::before, 531 #content-help a::before,
532 #dialog-body button::before 532 #dialog-body button:not([role="checkbox"])::before
533 { 533 {
534 background-position: 0px -42px; 534 background-position: 0px -42px;
535 content: ""; 535 content: "";
536 cursor: pointer; 536 cursor: pointer;
537 height: 11px; 537 height: 11px;
538 vertical-align: middle; 538 vertical-align: middle;
539 width: 7px; 539 width: 7px;
540 -moz-margin-end: 12px; 540 -moz-margin-end: 12px;
541 -webkit-margin-end: 12px; 541 -webkit-margin-end: 12px;
542 } 542 }
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
1168 vertical-align: middle; 1168 vertical-align: middle;
1169 -moz-margin-end: 6px; 1169 -moz-margin-end: 6px;
1170 -webkit-margin-end: 6px; 1170 -webkit-margin-end: 6px;
1171 } 1171 }
1172 1172
1173 #dialog #dialog-body 1173 #dialog #dialog-body
1174 { 1174 {
1175 margin: 4px 24px; 1175 margin: 4px 24px;
1176 } 1176 }
1177 1177
1178 #recommended-general-ads-block
Thomas Greiner 2017/07/25 10:30:54 Detail: That's a very specific selector for a pret
saroyanm 2017/07/28 17:54:55 I'll update that.
1179 {
1180 max-height: 400px;
Thomas Greiner 2017/07/25 10:30:54 Detail: I couldn't find this number anywhere in th
saroyanm 2017/07/28 17:54:54 CSS will be updated completely in separate review
1181 overflow: auto;
1182 }
1183
1178 #dialog h3, 1184 #dialog h3,
1179 #dialog label 1185 #dialog label
1180 { 1186 {
1181 font-size: 14px; 1187 font-size: 14px;
1182 font-weight: 600; 1188 font-weight: 600;
1183 margin: 0px; 1189 margin: 0px;
1184 } 1190 }
1185 1191
1186 #dialog input[type="text"], 1192 #dialog input[type="text"],
1187 #dialog input[type="search"] 1193 #dialog input[type="search"]
(...skipping 26 matching lines...) Expand all
1214 flex: 1; 1220 flex: 1;
1215 font-size: 16px; 1221 font-size: 16px;
1216 color: #FFFFFF; 1222 color: #FFFFFF;
1217 } 1223 }
1218 1224
1219 #dialog-body .dialog-content-block 1225 #dialog-body .dialog-content-block
1220 { 1226 {
1221 padding: 12px 0px; 1227 padding: 12px 0px;
1222 } 1228 }
1223 1229
1224 #dialog-body button 1230 #dialog-body button:not([role="checkbox"])
1225 { 1231 {
1226 background-color: #F5F5F5; 1232 background-color: #F5F5F5;
1227 border: none; 1233 border: none;
1228 color: #3A7BA6; 1234 color: #3A7BA6;
1229 cursor: pointer; 1235 cursor: pointer;
1230 display: block; 1236 display: block;
1231 font-family: inherit; 1237 font-family: inherit;
1232 margin-top: 8px; 1238 margin-top: 8px;
1233 padding: 10px 16px; 1239 padding: 10px 16px;
1234 text-align: initial; 1240 text-align: initial;
1235 width: 100%; 1241 width: 100%;
1236 } 1242 }
1237 1243
1238 #dialog .url 1244 #dialog .url
1239 { 1245 {
1240 margin-top: 10px; 1246 margin-top: 10px;
1241 margin-bottom: 20px; 1247 margin-bottom: 20px;
1242 word-wrap: break-word; 1248 word-wrap: break-word;
1243 } 1249 }
1244 1250
1251 body:not([data-dialog="recommended"]) #dialog-title-recommended,
1252 body:not([data-dialog="recommended"]) #dialog-content-recommended,
1245 body:not([data-dialog="custom"]) #dialog-title-custom, 1253 body:not([data-dialog="custom"]) #dialog-title-custom,
1246 body:not([data-dialog="custom"]) #dialog-content-custom, 1254 body:not([data-dialog="custom"]) #dialog-content-custom,
1247 body:not([data-dialog="language"]) #dialog-title-language, 1255 body:not([data-dialog="language"]) #dialog-title-language,
1248 body:not([data-dialog="language"]) #dialog-content-language, 1256 body:not([data-dialog="language"]) #dialog-content-language,
1249 body:not([data-dialog="predefined"]) #dialog-title-predefined, 1257 body:not([data-dialog="predefined"]) #dialog-title-predefined,
1250 body:not([data-dialog="predefined"]) #dialog-content-predefined, 1258 body:not([data-dialog="predefined"]) #dialog-content-predefined,
1251 body:not([data-dialog]) #dialog 1259 body:not([data-dialog]) #dialog
1252 { 1260 {
1253 display: none; 1261 display: none;
1254 } 1262 }
(...skipping 27 matching lines...) Expand all
1282 #other-language .button-add::before 1290 #other-language .button-add::before
1283 { 1291 {
1284 display: none; 1292 display: none;
1285 } 1293 }
1286 1294
1287 #other-language .display 1295 #other-language .display
1288 { 1296 {
1289 -webkit-margin-start: 10px; 1297 -webkit-margin-start: 10px;
1290 -moz-margin-start: 10px; 1298 -moz-margin-start: 10px;
1291 } 1299 }
OLDNEW
« new-options.js ('K') | « new-options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld