Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Side by Side Diff: chrome/browser/resources/settings/search_engines_page/search_engine_entry.css

Issue 1842473004: MD Settings: Certificate manager, add "UNTRUSTED" labels. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* Copyright (c) 2015 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 .icon-container { 5 .icon-container {
6 -webkit-margin-end: 8px; 6 -webkit-margin-end: 8px;
7 } 7 }
8 8
9 .name { 9 .name {
10 margin: auto; 10 margin: auto;
11 } 11 }
12 12
13 #container { 13 #container {
14 border-top: 1px solid lightgray; 14 border-top: 1px solid lightgray;
15 display: flex; 15 display: flex;
16 padding: 2px 0; 16 padding: 2px 0;
17 } 17 }
18 18
19 .dropdown-content { 19 .dropdown-content {
20 background: white; 20 background: white;
21 box-shadow: 0 2px 6px grey; 21 box-shadow: 0 2px 6px grey;
22 } 22 }
23 23
24 paper-item:hover { 24 paper-item:hover {
25 background-color: #f0f0f0; 25 background-color: var(--settings-hover-color);
26 } 26 }
27 27
28 paper-icon-button { 28 paper-icon-button {
29 -webkit-padding-end: 0; 29 -webkit-padding-end: 0;
30 padding-bottom: var(--search-engines-list-item-vertical-space); 30 padding-bottom: var(--search-engines-list-item-vertical-space);
31 padding-top: var(--search-engines-list-item-vertical-space); 31 padding-top: var(--search-engines-list-item-vertical-space);
32 } 32 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698