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

Unified Diff: Source/devtools/front_end/ui/inspectorCommon.css

Issue 1311693004: [DevTools] UI for blocked URLs. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/ui/FilterBar.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/inspectorCommon.css
diff --git a/Source/devtools/front_end/ui/inspectorCommon.css b/Source/devtools/front_end/ui/inspectorCommon.css
index c69ae0edaa4459edb8d3e6a2b8776ba2b2b92283..0a91bda3059af3b21f0835ffe7729cc20ede0072 100644
--- a/Source/devtools/front_end/ui/inspectorCommon.css
+++ b/Source/devtools/front_end/ui/inspectorCommon.css
@@ -93,6 +93,10 @@ iframe.fill {
flex: auto;
}
+.flex-auto-important {
+ flex: auto !important;
+}
+
.flex-none {
flex: none;
}
@@ -158,3 +162,25 @@ input[type="text"]:focus {
.dimmed {
opacity: 0.6;
}
+
+.editing {
+ -webkit-user-select: text;
+ box-shadow: rgba(0, 0, 0, .5) 3px 3px 4px;
+ outline: 1px solid rgb(66%, 66%, 66%) !important;
+ background-color: white;
+ -webkit-user-modify: read-write-plaintext-only;
+ text-overflow: clip !important;
+ padding-left: 2px;
+ margin-left: -2px;
+ padding-right: 2px;
+ margin-right: -2px;
+ margin-bottom: -1px;
+ padding-bottom: 1px;
+ opacity: 1.0 !important;
+}
+
+.editing,
+.editing * {
+ color: #222 !important;
+ text-decoration: none !important;
+}
« no previous file with comments | « Source/devtools/front_end/ui/FilterBar.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698