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

Delta Between Two Patch Sets: skin/new-options.css

Issue 29558654: Noissue - Capitalize section titles, incresed line-height of tooltips and removed wrap from custom … (Closed)
Left Patch Set: Created Sept. 28, 2017, 4:51 p.m.
Right Patch Set: Use help cursor Created Sept. 29, 2017, 11:34 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « new-options.html ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 873 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 884
885 .tooltip 885 .tooltip
886 { 886 {
887 display: inline-block; 887 display: inline-block;
888 position: relative; 888 position: relative;
889 margin: 0rem; 889 margin: 0rem;
890 -moz-margin-end: 1rem; 890 -moz-margin-end: 1rem;
891 -webkit-margin-end: 1rem; 891 -webkit-margin-end: 1rem;
892 line-height: 1.5rem; 892 line-height: 1.5rem;
893 text-decoration: none; 893 text-decoration: none;
894 cursor: default; 894 cursor: help;
ire 2017/09/29 08:09:36 Suggestion: I think the `help` cursor would be app
saroyanm 2017/09/29 11:35:53 Agree, done.
895 } 895 }
896 896
897 .tooltip::before 897 .tooltip::before
898 { 898 {
899 content: ""; 899 content: "";
900 width: 1.3rem; 900 width: 1.3rem;
901 height: 1.3rem; 901 height: 1.3rem;
902 display: block; 902 display: block;
903 background-color: #099DD1; 903 background-color: #099DD1;
904 -webkit-mask: url(icons/tooltip.svg); 904 -webkit-mask: url(icons/tooltip.svg);
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
1352 [data-dialog="about"] .dialog-content 1352 [data-dialog="about"] .dialog-content
1353 { 1353 {
1354 text-align: center; 1354 text-align: center;
1355 } 1355 }
1356 1356
1357 [data-dialog="about"] button 1357 [data-dialog="about"] button
1358 { 1358 {
1359 margin: 1.5rem auto 1.8rem auto; 1359 margin: 1.5rem auto 1.8rem auto;
1360 } 1360 }
1361 1361
1362 [data-dialog="about"] p, 1362 [data-dialog="about"] p
1363 #tracking-notification p
1364 { 1363 {
1365 margin: 0.5rem 0rem; 1364 margin: 0.5rem 0rem;
1366 } 1365 }
1367 1366
1368 #abp-version 1367 #abp-version
1369 { 1368 {
1370 margin-bottom: 2rem; 1369 margin-bottom: 2rem;
1371 } 1370 }
1372 1371
1373 [data-dialog="import"] .side-controls 1372 [data-dialog="import"] .side-controls
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1408 body:not([data-dialog="about"]) #dialog-content-about, 1407 body:not([data-dialog="about"]) #dialog-content-about,
1409 body:not([data-dialog="import"]) #dialog-title-import, 1408 body:not([data-dialog="import"]) #dialog-title-import,
1410 body:not([data-dialog="import"]) #dialog-content-import, 1409 body:not([data-dialog="import"]) #dialog-content-import,
1411 body:not([data-dialog="language-add"]) #dialog-title-language-add, 1410 body:not([data-dialog="language-add"]) #dialog-title-language-add,
1412 body:not([data-dialog="language-change"]) #dialog-title-language-change, 1411 body:not([data-dialog="language-change"]) #dialog-title-language-change,
1413 body:not([data-dialog="language-add"]):not([data-dialog="language-change"]) #dia log-content-language-add, 1412 body:not([data-dialog="language-add"]):not([data-dialog="language-change"]) #dia log-content-language-add,
1414 body:not([data-dialog="language-add"]) #dialog-body button.add, 1413 body:not([data-dialog="language-add"]) #dialog-body button.add,
1415 body:not([data-dialog="language-change"]) #dialog-body button.change, 1414 body:not([data-dialog="language-change"]) #dialog-body button.change,
1416 body:not([data-dialog="predefined"]) #dialog-title-predefined, 1415 body:not([data-dialog="predefined"]) #dialog-title-predefined,
1417 body:not([data-dialog="predefined"]) #dialog-content-predefined, 1416 body:not([data-dialog="predefined"]) #dialog-content-predefined,
1418 body:not([data-dialog="tracking"]) #dialog-title-tracking,
1419 body:not([data-dialog="tracking"]) #dialog-content-tracking,
1420 body:not([data-dialog]) #dialog 1417 body:not([data-dialog]) #dialog
1421 { 1418 {
1422 display: none; 1419 display: none;
1423 } 1420 }
1424 1421
1425 /* 1422 /*
1426 Notification 1423 Notification
1427 */ 1424 */
1428 1425
1429 #notification 1426 #notification
(...skipping 24 matching lines...) Expand all
1454 1451
1455 #hide-notification::after 1452 #hide-notification::after
1456 { 1453 {
1457 background-color: #099DD1; 1454 background-color: #099DD1;
1458 } 1455 }
1459 1456
1460 #hide-notification:hover::after 1457 #hide-notification:hover::after
1461 { 1458 {
1462 background-color: #5CBCE1; 1459 background-color: #5CBCE1;
1463 } 1460 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld