rest of sync for LCARStrek with browser windows/shared theme changes in Firefox 27...
authorRobert Kaiser <robert@widebook.box.kairo.at>
Mon, 6 Jan 2014 15:12:09 +0000 (16:12 +0100)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Mon, 6 Jan 2014 15:12:09 +0000 (16:12 +0100)
LCARStrek/browser/browser.css
LCARStrek/browser/devtools/common.css
LCARStrek/browser/devtools/dark-theme.css
LCARStrek/browser/devtools/debugger.css
LCARStrek/browser/devtools/orion-error.png [new file with mode: 0644]
LCARStrek/browser/devtools/widgets.css

index 5cd0f333f525846be8d4a7589c9dac091877e8d9..f8543d8cbdec6753b715daaf99a0389bcaa7f9c5 100644 (file)
@@ -3522,6 +3522,7 @@ html|*.highlighter-nodeinfobar-pseudo-classes {
 /* Highlighter - Node Infobar - buttons */
 
 .highlighter-nodeinfobar-button {
+  border-width: 0;
   padding: 0;
   width: 26px;
   min-height: 26px;
index ca81d073dca5c6cbc98c5fda2d76571e9e1b7f2b..52c1bbcac6e4ec59060eeb0652c77fa1edcdb2dd 100644 (file)
@@ -371,6 +371,22 @@ devtools-menulist:-moz-focusring,
   padding: 4px;
 }
 
+.devtools-tooltip-simple-text {
+  background-color: #000000;
+  max-width: 400px;
+  margin: 0 -4px; /* Compensate for the .panel-arrowcontent padding. */
+  padding: 8px 12px;
+  white-space: pre-wrap;
+}
+
+.devtools-tooltip-simple-text:first-child {
+  margin-top: -4px;
+}
+
+.devtools-tooltip-simple-text:last-child {
+  margin-bottom: -4px;
+}
+
 .devtools-tooltip-tiles {
   background-color: #A09090;
   background-image: linear-gradient(45deg, #9C9CFF 25%, transparent 25%, transparent 75%, #9C9CFF 75%, #9C9CFF),
index 529143a1cdc80c49539a1eeb5ef2021a92b9fde8..5a5e590077c6f70d8a46988ecf99bb658b072755 100644 (file)
   color: #3333FF;
 }
 
+/*
+ * FIXME: http://bugzil.la/575675 CSS links without :visited set cause assertion
+ * failures in debug builds.
+ */
+.theme-link:visited,
+.cm-s-mozilla .cm-link:visited { /* original: blue */
+  color: #3333FF;
+}
+
 .theme-comment,
 .cm-s-mozilla .cm-meta,
 .cm-s-mozilla .cm-hr,
-.cm-s-mozilla .cm-string { /* original: grey */
+.cm-s-mozilla .cm-comment { /* original: grey */
   color: #A09090;
 }
 
 }
 
 .theme-fg-color1,
-.cm-s-mozilla .cm-variable-2,
-.cm-s-mozilla .cm-quote,
-.cm-s-mozilla .CodeMirror-matchingbracket { /* original: green */
+.cm-s-mozilla .cm-number { /* original: green */
   color: #008484;
 }
 
 .theme-fg-color2,
 .cm-s-mozilla .cm-attribute,
-.cm-s-mozilla .cm-builtin,
 .cm-s-mozilla .cm-variable,
 .cm-s-mozilla .cm-def,
-.cm-s-mozilla .cm-variable-3,
 .cm-s-mozilla .cm-property,
 .cm-s-mozilla .cm-qualifier { /* original: blue */
   color: #9C9CFF;
 }
 
 .theme-fg-color3,
+.cm-s-mozilla .cm-builtin,
 .cm-s-mozilla .cm-tag,
 .cm-s-mozilla .cm-header { /* original: pink/lavender */
   color: #E7ADE7;
 }
 
-.theme-fg-color4,
-.cm-s-mozilla .cm-comment { /* original: purple/violet */
+.theme-fg-color4 { /* original: purple/violet */
   color: #C09070;
 }
 
 .theme-fg-color5,
 .cm-s-mozilla .cm-bracket,
-.cm-s-mozilla .cm-atom,
 .cm-s-mozilla .cm-keyword { /* original: Yellow */
   color: #FFCF00;
 }
 
-.theme-fg-color6 { /* original: Orange */
+.theme-fg-color6,
+.cm-s-mozilla .cm-string,
+.cm-s-mozilla .cm-string-2 { /* original: Orange */
   color: #FF9F00;
 }
 
 .theme-fg-color7,
-.cm-s-mozilla .CodeMirror-nonmatchingbracket,
-.cm-s-mozilla .cm-string-2,
+.cm-s-mozilla .cm-atom,
+.cm-s-mozilla .cm-quote,
 .cm-s-mozilla .cm-error { /* original: Red */
   color: #FF0000;
 }
 }
 
 .CodeMirror pre,
+.cm-s-mozilla .cm-variable-2,
+.cm-s-mozilla .cm-variable-3,
 .cm-s-mozilla .cm-operator,
-.cm-s-mozilla .cm-special,
-.cm-s-mozilla .cm-number { /* theme-body color */
+.cm-s-mozilla .cm-special { /* theme-body color */
   color: #FF9F00;
 }
 
   color: #FFCF00;
 }
 
-.dcm-s-mozilla .CodeMirror-selected { /* selected text (unfocused) */
+.cm-s-mozilla .CodeMirror-selected { /* selected text (unfocused) */
   background: #008484;
   color: #000000;
 }
 
-.CodeMirror-activeline-background { /* selected color with alpha */
-  background: rgba(0, 132, 132, .05);
+.cm-s-mozilla .CodeMirror-activeline-background { /* selected color with alpha */
+  background: rgba(0, 132, 132, .15);
+}
+
+div.cm-s-mozilla span.CodeMirror-matchingbracket { /* highlight brackets */
+  outline: solid 1px rgba(0, 132, 132, .25);
+  color: #FFCF00;
+}
+
+.cm-s-mozilla .CodeMirror-linenumber { /* line number text */
+  color: #A09090;
+}
+
+.cm-s-mozilla .CodeMirror-gutters { /* vertical line next to line numbers */
+  border-right-color: #9C9CFF;
 }
 
 .cm-s-markup-view pre {
index a1e2caa3e2023c545d7ea2c6b8126e5f60861ef6..b44969bb8cd35280a543fe8f7cf91f76d107662d 100644 (file)
@@ -20,8 +20,11 @@ window {
   -moz-border-start-color: transparent;
 }
 
+#sources-toolbar .devtools-toolbarbutton {
+  min-width: 32px;
+}
+
 #pretty-print {
-  min-width: 0;
   font-weight: bold;
 }
 
diff --git a/LCARStrek/browser/devtools/orion-error.png b/LCARStrek/browser/devtools/orion-error.png
new file mode 100644 (file)
index 0000000..786fc7d
Binary files /dev/null and b/LCARStrek/browser/devtools/orion-error.png differ
index a3d1573e3d18345af53a6d929c437b57522ac3be..394d732319b9c72501d3d944fd3d68ea9939bdce 100644 (file)
   color: #000000;
 }
 
-.side-menu-widget-group-checkbox {
-  margin: 0;
-  padding: 0;
-}
-
 /* SideMenuWidget items */
 
 .side-menu-widget-item {
   width: 8px;
 }
 
-.side-menu-widget-item-checkbox {
-  -moz-margin-start: 4px;
-  -moz-margin-end: -6px;
-}
-
 .side-menu-widget-item-other {
   background-color: #000000;
   margin: 0 -4px;
   color: #9C9CFF;
 }
 
+/* SideMenuWidget checkboxes */
+
+.side-menu-widget-group-checkbox {
+  margin: 0;
+  -moz-margin-end: 4px;
+}
+
+.side-menu-widget-item-checkbox {
+  margin: 0;
+  -moz-margin-start: 4px;
+  -moz-margin-end: -4px;
+}
+
 /* SideMenuWidget misc */
 
 .side-menu-widget-empty-notice-container {