update EarlyBlue to recent changes
[themes.git] / EarlyBlue / navigator / navigator.css
index 1c5502403e4bff432821577269506b56258687df..1beb16849a814da52ac1a6f331a04b84c11ee7f8 100644 (file)
   display: normal;
 }
 
+/* ::::: small primary toolbar buttons ::::: */
+
+.toolbarbutton-1[toolbarmode="small"] {
+  min-width: 0;
+}
+
+.toolbarbutton-1[toolbarmode="small"] > .toolbarbutton-menubutton-button > .toolbarbutton-text,
+.toolbarbutton-1[toolbarmode="small"] > .toolbarbutton-text {
+  display: none;
+}
+
+#search-button[toolbarmode="small"] > .button-box > .button-text {
+  display: none;
+}
+
+#nav-bar[toolbarmode="small"] > #nav-bar-inner {
+  margin: 0;
+  border: none;
+}
+
+#nav-bar[toolbarmode="small"] > .toolbar-primary-grippy {
+  display: none;
+}
+
+/* ::::: fullscreen window controls ::::: */
+
+#window-controls {
+  -moz-box-align: center;
+  padding: 0 2px 0 4px;
+  border-left: 2px solid;
+  -moz-border-left-colors: ThreeDHighlight ThreeDShadow;
+}
+
+#minimize-button {
+  list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif");
+}
+
+#restore-button {
+  list-style-image: url("chrome://navigator/skin/icons/win-restore.gif");
+}
+
+#close-button {
+  list-style-image: url("chrome://navigator/skin/icons/win-close.gif");
+}
+
 /* ::::: nav-bar-inner ::::: */
 
 #nav-bar-inner {
   border-top: none;
 }
 */
-