Browse Source

Improved Search and Go button styling

Exalm 8 years ago
parent
commit
095a2125cd
1 changed files with 22 additions and 2 deletions
  1. 22 2
      theme/navigator/navigator.css

+ 22 - 2
theme/navigator/navigator.css

@@ -499,19 +499,39 @@ panel[nomatch="true"] > .autocomplete-search-box {
   font-weight: bold;
 }
 
+
 #search-button {
+  list-style-image: var(--icon-edit-find-22);
+}
+
+toolbar[iconsize="small"] #search-button,
+toolbar[mode="text"] #search-button {
   list-style-image: var(--icon-edit-find-16);
 }
 
-#search-button > .button-box > .button-icon {
+#search-button > .button-box > .button-icon,
+#go-button > .button-box > .button-icon {
   display: -moz-box;
 }
 
 toolbar[mode="text"] #search-button > .button-box > .button-icon,
-toolbar[mode="icons"] #search-button > .button-box > .button-text {
+toolbar[mode="text"] #go-button > .button-box > .button-icon {
   display: none;
 }
 
+#go-button > .button-box,
+#search-button > .button-box {
+  height: 22px;
+}
+
+
+toolbar[iconsize="small"] #go-button > .button-box,
+toolbar[iconsize="small"] #search-button > .button-box,
+toolbar[mode="text"] #go-button > .button-box,
+toolbar[mode="text"] #search-button > .button-box {
+  height: 16px;
+}
+
 /* ::::: search bar ::::: */
 
 .autocomplete-treebody::-moz-tree-cell-text(suggesthint, treecolAutoCompleteComment),