make searchbar button look good when selection menu is open, make downloads-button...
authorRobert Kaiser <kairo@kairo.at>
Sun, 10 Feb 2013 14:31:09 +0000 (15:31 +0100)
committerRobert Kaiser <kairo@kairo.at>
Sun, 10 Feb 2013 14:31:09 +0000 (15:31 +0100)
LCARStrek/browser/browser.css
LCARStrek/browser/searchbar.css

index 32d898e8bf16bb52336cb69929a7ae63d53f0caf..cfc77afdd255cd409d1d3bae714d0119f22a43e0 100644 (file)
@@ -897,6 +897,10 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon
   -moz-image-region: rect(36px, 108px, 54px, 90px);
 }
 
   -moz-image-region: rect(36px, 108px, 54px, 90px);
 }
 
+#downloads-button > .toolbarbutton-icon {
+  margin: 0;
+}
+
 /* history sidebar button */
 
 #history-button {
 /* history sidebar button */
 
 #history-button {
index b09c72f4b010779fe0de60e3473da6d3e442cfcc..dc54dbb4cadb60980a5aea64009da56d0272ed80 100644 (file)
   -moz-box-align: center;
   background: none;
   border: none;
   -moz-box-align: center;
   background: none;
   border: none;
+  border-radius: 3px 0px 0px 3px;
+}
+
+.searchbar-engine-button:-moz-locale-dir(rtl) {
+  border-radius: 0px 3px 3px 0px;
 }
 
 .searchbar-engine-button[open="true"] {
 }
 
 .searchbar-engine-button[open="true"] {