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

Unified Diff: chrome_linux/resources/inspector/inspector.css

Issue 42163002: Roll Linux reference build to official build 31.0.1650.34 (trunk r224845, branch r230433) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 2 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 | « chrome_linux/resources/inspector/helpScreen.css ('k') | chrome_linux/resources/inspector/inspector.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_linux/resources/inspector/inspector.css
===================================================================
--- chrome_linux/resources/inspector/inspector.css (revision 230844)
+++ chrome_linux/resources/inspector/inspector.css (working copy)
@@ -13,12 +13,13 @@
-webkit-flex-direction: column;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E9E9E9), to(#CFCFCF));
- font-size: 11px;
- font-family: 'Lucida Grande', sans-serif;
}
.dialog-contents {
width: 100%;
+}
+
+.go-to-line-dialog {
font-size: 11px;
font-family: 'Lucida Grande', sans-serif;
}
@@ -45,6 +46,7 @@
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(194, 194, 194)), to(rgb(239, 239, 239)));
}
+
/* inspector.css */
/*
@@ -543,6 +545,14 @@
cursor: default;
}
+#root {
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+}
+
#main {
position: absolute;
z-index: 1;
@@ -885,6 +895,10 @@
-webkit-mask-position: -64px -24px;
}
+.screencast-status-bar-item .glyph {
+ -webkit-mask-position: -256px -96px;
+}
+
.clear-status-bar-item .glyph {
-webkit-mask-position: -64px 0;
}
@@ -2478,6 +2492,17 @@
background-color: rgb(255, 255, 194);
}
+.source-frame-stepin-mark {
+ cursor: pointer;
+ text-decoration: underline;
+}
+
+.source-frame-stepin-mark-highlighted {
+ font-weight: 800;
+ cursor: pointer;
+ text-decoration: underline;
+}
+
.workers-list {
list-style: none;
margin: 0;
@@ -2824,7 +2849,7 @@
background-color: rgb(216, 0, 0) !important;
}
-.storage-empty-view,
+.empty-view,
.storage-view .storage-table-error {
position: absolute;
top: 0;
@@ -3307,86 +3332,32 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+.cm-js-keyword {color: rgb(170, 13, 145);}
+.cm-js-number {color: rgb(28, 0, 207);}
+.cm-js-comment {color: rgb(0, 116, 0);}
+.cm-js-string {color: rgb(196, 26, 22);}
+.cm-js-string-2 {color: rgb(196, 26, 22);}
-.webkit-css-comment {
- color: rgb(0, 116, 0);
-}
+.cm-css-keyword { color: rgb(7, 144, 154);}
+.cm-css-number {color: rgb(50, 0, 255);}
+.cm-css-comment {color: rgb(0, 116, 0);}
+.cm-css-def {color: rgb(200, 0, 0);}
+.cm-css-meta {color: rgb(200, 0, 0);}
+.cm-css-atom {color: rgb(7, 144, 154);}
+.cm-css-string {color: rgb(7, 144, 154);}
+.cm-css-string-2 {color: rgb(7, 144, 154);}
+.cm-css-link {color: rgb(7, 144, 154);}
+.cm-css-variable {color: rgb(200, 0, 0);}
+.cm-css-variable-2 {color: rgb(0, 0, 128);}
+.cm-css-property, .webkit-css-property {color: rgb(200, 0, 0);}
-.webkit-css-url,
-.webkit-css-color,
-.webkit-css-string,
-.webkit-css-keyword {
- color: rgb(7, 144, 154);
- }
+.cm-xml-meta {color: rgb(192, 192, 192);}
+.cm-xml-comment {color: rgb(35, 110, 37);}
+.cm-xml-string {color: rgb(26, 26, 166);}
+.cm-xml-tag {color: rgb(136, 18, 128);}
+.cm-xml-attribute {color: rgb(153, 69, 0);}
+.cm-xml-link {color: #00e;}
-.webkit-css-number {
- color: rgb(50, 0, 255);
-}
-
-.webkit-css-property,
-.webkit-css-at-rule {
- color: rgb(200, 0, 0);
-}
-
-.webkit-css-selector {
- color: #222;
-}
-
-.webkit-css-bang-keyword {
- color: rgb(200, 0, 180);
-}
-
-.webkit-javascript-undef {
- color: rgb(123, 123, 123);
-}
-
-.webkit-javascript-comment {
- color: rgb(0, 116, 0);
-}
-
-.webkit-javascript-keyword {
- color: rgb(170, 13, 145);
-}
-
-.webkit-javascript-number {
- color: rgb(28, 0, 207);
-}
-
-.webkit-javascript-string,
-.webkit-javascript-regexp {
- color: rgb(196, 26, 22);
-}
-
-.webkit-javascript-ident {
- color: #222;
-}
-
-.webkit-whitespace-1::before {
- content: "·";
-}
-
-.webkit-whitespace-2::before {
- content: "··";
-}
-
-.webkit-whitespace-4::before {
- content: "····";
-}
-
-.webkit-whitespace-8::before {
- content: "········";
-}
-
-.webkit-whitespace-16::before {
- content: "················";
-}
-
-.webkit-whitespace::before {
- position: absolute;
- pointer-events: none;
- color: rgb(175, 175, 175);
-}
-
.webkit-html-comment {
/* Keep this in sync with view-source.css (.webkit-html-comment) */
color: rgb(35, 110, 37);
@@ -3397,6 +3368,11 @@
color: rgb(136, 18, 128);
}
+.webkit-html-pseudo-element {
+ /* This one is non-standard. */
+ color: brown;
+}
+
.webkit-html-doctype {
/* Keep this in sync with view-source.css (.webkit-html-doctype) */
color: rgb(192, 192, 192);
@@ -4055,6 +4031,14 @@
cursor: default;
}
+#root {
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+}
+
#main {
position: absolute;
z-index: 1;
@@ -4397,6 +4381,10 @@
-webkit-mask-position: -64px -24px;
}
+.screencast-status-bar-item .glyph {
+ -webkit-mask-position: -256px -96px;
+}
+
.clear-status-bar-item .glyph {
-webkit-mask-position: -64px 0;
}
@@ -5990,6 +5978,17 @@
background-color: rgb(255, 255, 194);
}
+.source-frame-stepin-mark {
+ cursor: pointer;
+ text-decoration: underline;
+}
+
+.source-frame-stepin-mark-highlighted {
+ font-weight: 800;
+ cursor: pointer;
+ text-decoration: underline;
+}
+
.workers-list {
list-style: none;
margin: 0;
@@ -6336,7 +6335,7 @@
background-color: rgb(216, 0, 0) !important;
}
-.storage-empty-view,
+.empty-view,
.storage-view .storage-table-error {
position: absolute;
top: 0;
« no previous file with comments | « chrome_linux/resources/inspector/helpScreen.css ('k') | chrome_linux/resources/inspector/inspector.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698