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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/searchableView.css

Issue 1499993004: DevTools: popover, selection and other minor theme tweaks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlightDark.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/searchableView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/searchableView.css b/third_party/WebKit/Source/devtools/front_end/ui/searchableView.css
index e346e550a0e7dc18832f34eb2817dfc866ca646b..1ca26aa32180de271253981383e5d5ccdc19c180 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/searchableView.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/searchableView.css
@@ -103,6 +103,10 @@
border-left: 1px solid rgb(163, 163, 163);
}
+:host-context(.-theme-with-dark-background) .toolbar-search-navigation {
+ -webkit-filter: invert(90%);
+}
+
.toolbar-search-navigation.toolbar-search-navigation-prev.enabled:active {
background-image: url(Images/searchPrev.png), linear-gradient(rgb(168, 168, 168), rgb(116, 116, 116));
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlightDark.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698