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

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

Issue 29519669: Issue 5539 - Implement "Acceptable Ads notification" (Closed)
Patch Set: Addressed Thomas comment from patchset 6 Created Sept. 22, 2017, 10:28 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « 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-present eyeo GmbH 3 * Copyright (C) 2006-present 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 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after
1311 mask: url(icons/delete.svg); 1311 mask: url(icons/delete.svg);
1312 } 1312 }
1313 1313
1314 #dialog-close:hover::before 1314 #dialog-close:hover::before
1315 { 1315 {
1316 background-color: #000; 1316 background-color: #000;
1317 } 1317 }
1318 1318
1319 #dialog #dialog-body 1319 #dialog #dialog-body
1320 { 1320 {
1321 max-height: 50vh; 1321 max-height: 60vh;
1322 overflow: auto; 1322 overflow: auto;
1323 } 1323 }
1324 1324
1325 .dialog-content 1325 .dialog-content
1326 { 1326 {
1327 margin: 1rem 1.8rem; 1327 margin: 1rem 1.8rem;
1328 } 1328 }
1329 1329
1330 [data-dialog="language-change"] .dialog-content, 1330 [data-dialog="language-change"] .dialog-content,
1331 [data-dialog="language-add"] .dialog-content 1331 [data-dialog="language-add"] .dialog-content
1332 { 1332 {
1333 margin: 0rem; 1333 margin: 0rem;
1334 } 1334 }
1335 1335
1336 [data-dialog="about"] .dialog-content 1336 [data-dialog="about"] .dialog-content
1337 { 1337 {
1338 text-align: center; 1338 text-align: center;
1339 } 1339 }
1340 1340
1341 [data-dialog="about"] button 1341 [data-dialog="about"] button
1342 { 1342 {
1343 margin: 1.5rem auto 1.8rem auto; 1343 margin: 1.5rem auto 1.8rem auto;
1344 } 1344 }
1345 1345
1346 [data-dialog="about"] p 1346 [data-dialog="about"] p,
1347 #tracking-notification p
1347 { 1348 {
1348 margin: 0.5rem 0rem; 1349 margin: 0.5rem 0rem;
1349 } 1350 }
1350 1351
1351 #abp-version 1352 #abp-version
1352 { 1353 {
1353 margin-bottom: 2rem; 1354 margin-bottom: 2rem;
1354 } 1355 }
1355 1356
1356 [data-dialog="import"] .side-controls 1357 [data-dialog="import"] .side-controls
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1391 body:not([data-dialog="about"]) #dialog-content-about, 1392 body:not([data-dialog="about"]) #dialog-content-about,
1392 body:not([data-dialog="import"]) #dialog-title-import, 1393 body:not([data-dialog="import"]) #dialog-title-import,
1393 body:not([data-dialog="import"]) #dialog-content-import, 1394 body:not([data-dialog="import"]) #dialog-content-import,
1394 body:not([data-dialog="language-add"]) #dialog-title-language-add, 1395 body:not([data-dialog="language-add"]) #dialog-title-language-add,
1395 body:not([data-dialog="language-change"]) #dialog-title-language-change, 1396 body:not([data-dialog="language-change"]) #dialog-title-language-change,
1396 body:not([data-dialog="language-add"]):not([data-dialog="language-change"]) #dia log-content-language-add, 1397 body:not([data-dialog="language-add"]):not([data-dialog="language-change"]) #dia log-content-language-add,
1397 body:not([data-dialog="language-add"]) #dialog-body button.add, 1398 body:not([data-dialog="language-add"]) #dialog-body button.add,
1398 body:not([data-dialog="language-change"]) #dialog-body button.change, 1399 body:not([data-dialog="language-change"]) #dialog-body button.change,
1399 body:not([data-dialog="predefined"]) #dialog-title-predefined, 1400 body:not([data-dialog="predefined"]) #dialog-title-predefined,
1400 body:not([data-dialog="predefined"]) #dialog-content-predefined, 1401 body:not([data-dialog="predefined"]) #dialog-content-predefined,
1402 body:not([data-dialog="tracking"]) #dialog-title-tracking,
1403 body:not([data-dialog="tracking"]) #dialog-content-tracking,
1401 body:not([data-dialog]) #dialog 1404 body:not([data-dialog]) #dialog
1402 { 1405 {
1403 display: none; 1406 display: none;
1404 } 1407 }
1405 1408
1406 /* 1409 /*
1407 Notification 1410 Notification
1408 */ 1411 */
1409 1412
1410 #notification 1413 #notification
(...skipping 24 matching lines...) Expand all
1435 1438
1436 #hide-notification::after 1439 #hide-notification::after
1437 { 1440 {
1438 background-color: #099DD1; 1441 background-color: #099DD1;
1439 } 1442 }
1440 1443
1441 #hide-notification:hover::after 1444 #hide-notification:hover::after
1442 { 1445 {
1443 background-color: #5CBCE1; 1446 background-color: #5CBCE1;
1444 } 1447 }
OLDNEW
« no previous file with comments | « new-options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld