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

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

Issue 29712664: Issue 6432 - Hide remove button for additional filter lists (Closed)
Patch Set: Addressed Thomas's comments Created March 2, 2018, 1:45 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
« no previous file with comments | « js/desktop-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 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after
1067 } 1067 }
1068 1068
1069 #dialog .table.list li button > span 1069 #dialog .table.list li button > span
1070 { 1070 {
1071 flex: none; 1071 flex: none;
1072 margin: 0rem 0.8rem; 1072 margin: 0rem 0.8rem;
1073 text-transform: none; 1073 text-transform: none;
1074 font-weight: 400; 1074 font-weight: 400;
1075 } 1075 }
1076 1076
1077 li.preconfigured [data-preconfigured="hide"],
1078 li:not(.preconfigured) [data-preconfigured="show"]
1079 {
1080 display: none !important;
saroyanm 2018/03/02 14:00:14 I had to use import because of https://hg.adblockp
1081 }
1082
1077 /* 1083 /*
1078 Tooltips 1084 Tooltips
1079 */ 1085 */
1080 1086
1081 .tooltip 1087 .tooltip
1082 { 1088 {
1083 position: relative; 1089 position: relative;
1084 margin: 0rem; 1090 margin: 0rem;
1085 line-height: 1.5rem; 1091 line-height: 1.5rem;
1086 text-decoration: none; 1092 text-decoration: none;
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
1561 font-size: 1rem; 1567 font-size: 1rem;
1562 color: #077CA6; 1568 color: #077CA6;
1563 background-color: #E1F2FA; 1569 background-color: #E1F2FA;
1564 } 1570 }
1565 1571
1566 #notification strong 1572 #notification strong
1567 { 1573 {
1568 flex: 1; 1574 flex: 1;
1569 text-align: center; 1575 text-align: center;
1570 } 1576 }
OLDNEW
« no previous file with comments | « js/desktop-options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld