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

Side by Side Diff: skin/devtools-panel.css

Issue 29738571: Issue 6542 - Fix colors of the devtools resource URLs (Closed)
Patch Set: Have link elements inherit colour from parent Created April 3, 2018, 4:16 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 | « no previous file | 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 10 matching lines...) Expand all
21 font-size: 11px; 21 font-size: 11px;
22 box-sizing: border-box; 22 box-sizing: border-box;
23 } 23 }
24 24
25 html 25 html
26 { 26 {
27 height: 100%; 27 height: 100%;
28 overflow: hidden; 28 overflow: hidden;
29 } 29 }
30 30
31 a
32 {
33 color: inherit;
34 }
35
31 body 36 body
32 { 37 {
33 margin: 0; 38 margin: 0;
34 color: #303942; 39 color: #303942;
35 display: flex; 40 display: flex;
36 height: 100%; 41 height: 100%;
37 flex-direction: column; 42 flex-direction: column;
38 } 43 }
39 44
40 body.default 45 body.default
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 display: none; 174 display: none;
170 } 175 }
171 176
172 .url 177 .url
173 { 178 {
174 width: 100%; 179 width: 100%;
175 } 180 }
176 181
177 .resource-link { 182 .resource-link {
178 text-decoration: none; 183 text-decoration: none;
179 color: #303942;
180 } 184 }
181 185
182 .resource-link:hover { 186 .resource-link:hover {
183 text-decoration: underline; 187 text-decoration: underline;
184 } 188 }
185 189
186 .action-wrapper 190 .action-wrapper
187 { 191 {
188 display: flex; 192 display: flex;
189 width: 100%; 193 width: 100%;
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 244
241 .filtered-by-search 245 .filtered-by-search
242 { 246 {
243 display: none; 247 display: none;
244 } 248 }
245 249
246 body.dark #reload 250 body.dark #reload
247 { 251 {
248 color: #2a67e7; 252 color: #2a67e7;
249 } 253 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld