Bug 1194590 - URL and search bar border and box-shadow transition should only be used for the default theme. r=gijs

This commit is contained in:
Dão Gottwald 2015-08-14 21:27:51 +02:00
parent 94e7c8eb4b
commit a206851411

View File

@ -1252,6 +1252,8 @@ toolbarbutton[constrain-size="true"][cui-areatype="toolbar"] > .toolbarbutton-ba
border-color: hsl(0,0%,90%);
padding: 1px;
-moz-padding-end: 3px;
transition-property: border-color, box-shadow;
transition-duration: .1s;
}
#urlbar:not(:-moz-lwtheme):hover,
@ -1283,8 +1285,6 @@ toolbarbutton[constrain-size="true"][cui-areatype="toolbar"] > .toolbarbutton-ba
.searchbar-textbox {
font-size: 1.15em;
min-height: 28px;
transition-property: border-color, box-shadow;
transition-duration: .1s;
}
:root {