Merge branch 'master' of linz:/srv/git/themes
authorRobert Kaiser <robert@widebook.box.kairo.at>
Sun, 22 Apr 2012 12:20:17 +0000 (14:20 +0200)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Sun, 22 Apr 2012 12:20:17 +0000 (14:20 +0200)
LCARStrek/browser/devtools/splitview.css
LCARStrek/browser/devtools/webconsole.css
LCARStrek/browser/devtools/webconsole.png
LCARStrek/browser/tabview/tabview.css
LCARStrek/global/richlistbox.css
LCARStrek/global/toolbarbutton.css

index 01ae582390b6584c26f67e41a19cd2d44b654dcc..aeccefb1eb8f8488ea045f51a39de5766fd4075e 100644 (file)
@@ -37,7 +37,7 @@
  * ***** END LICENSE BLOCK ***** */
 
 .splitview-nav-container {
-  background-color: #00000;
+  background-color: #000000;
   color: #FF9F00;
 }
 
index 6d065376f69f02340782d2bded3136caa8658d66..e71ffa56ef7e997123c8d1f33ae9a677166583f8 100644 (file)
   list-style-image: url("chrome://browser/skin/devtools/webconsole.png");
 }
 
-.webconsole-filter-button > .toolbarbutton-menubutton-button,
-.webconsole-filter-button > .toolbarbutton-menubutton-button:hover:active {
-  -moz-padding-start: 6px;
-  -moz-padding-end: 3px;
+.webconsole-filter-button:hover:active > .toolbarbutton-menubutton-button,
+.webconsole-filter-button[open="true"] > .toolbarbutton-menubutton-button {
 }
 
 .webconsole-filter-button {
   -moz-margin-start: 3px;
-  -moz-margin-end: 3px;
+  padding: 0 !important;
+}
+
+.webconsole-filter-button menuitem {
+  -moz-image-region: auto;
+}
+
+.hud-filter-box {
+  margin-top: 0;
+  margin-bottom: 0;
 }
 
 /* Network styles */
 
 .webconsole-close-button {
   border: none;
-  padding: 3px;
-  list-style-image: url("chrome://global/skin/icons/close.png");
-  -moz-image-region: rect(0, 16px, 16px, 0);
-  -moz-appearance: none;
-}
-
-.webconsole-close-button:hover {
-  -moz-image-region: rect(0, 32px, 16px, 16px);
+  padding-top: 4px;
+  padding-bottom: 5px;
+  list-style-image: url("chrome://global/skin/icons/close-button.gif");
 }
 
+.webconsole-close-button:hover,
 .webconsole-close-button:hover:active {
-  -moz-image-region: rect(0, 48px, 16px, 32px);
+  list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
 }
 
 /* JSTerm Styles */
 }
 
 .jsterm-output-node {
-  width: 100%; 
-  height: 400px; 
-  color: white; 
-  background-color: black; 
-  overflow: auto; 
-  overflow-x: auto; 
-  position: absolute; 
+  width: 100%;
+  height: 400px;
+  color: white;
+  background-color: black;
+  overflow: auto;
+  overflow-x: auto;
+  position: absolute;
   -moz-box-direction: reverse;
 }
 
 }
 
 .hud-console-filter-toolbar {
-  padding: 1px 2px;
   -moz-box-align: center;
 }
 
   width: 100%;
   background-color: black;
 }
+
+.hud-splitter {
+  border: 0;
+}
index 48fdc9ba4f10f93f4a071f3917e16d8dc02f09d2..9136cd90539520a5fd67b19201c7978989b04b6c 100644 (file)
Binary files a/LCARStrek/browser/devtools/webconsole.png and b/LCARStrek/browser/devtools/webconsole.png differ
index 08e01f7a5b76db42ad437251557e5a568845b1b7..06aefee2f798e806de786d2dd106bea2837db812 100644 (file)
@@ -220,7 +220,6 @@ html[dir=rtl] .appTabTrayContainer {
 .appTabTray {
   display: inline-block;
   -moz-column-width: 16px;
-  -moz-column-count: 0;
   -moz-column-gap: 5px;
 }
 
index b7f9beaf4d008b26c58f3a6e35a029f75c47ea8d..d876842dbd7042c53feafba711d4f63a433e39c7 100644 (file)
@@ -64,7 +64,7 @@ richlistbox:focus > richlistitem[selected="true"] {
 
 richlistbox[seltype="multiple"]:-moz-focusring > richlistitem[current="true"] {
   outline: 1px dotted #FF9F00;
-  -moz-outline-offset: -1px;
+  outline-offset: -1px;
 }
 
 richlistbox[seltype="multiple"]:-moz-focusring > richlistitem[current="true"][selected="true"] {
index ff4835735b4dc2e7fd35e877a489bf4d05ac844c..d6aa298d361bbe638fefcb3b3675adcadeb6af7b 100644 (file)
@@ -76,7 +76,7 @@ toolbarbutton.tabbable {
 toolbarbutton:-moz-focusring {
   -moz-outline-radius: 3px;
   outline: 1px dotted #008484;
-  -moz-outline-offset: -1px;
+  outline-offset: -1px;
 }
 
 toolbarbutton:hover {