diff --git a/browser/themes/gnomestripe/browser/tabview/tabview.css b/browser/themes/gnomestripe/browser/tabview/tabview.css index 39f8fc684a3c..b358056aa5da 100644 --- a/browser/themes/gnomestripe/browser/tabview/tabview.css +++ b/browser/themes/gnomestripe/browser/tabview/tabview.css @@ -450,26 +450,26 @@ input.defaultName { opacity: .70; } -#otherresults{ +#otherresults { left: 0px; bottom: 0px; width: 100%; height: 30px; background-color: rgba(0,0,0,.3); - -moz-box-shadow: 0px -1px 0px rgba(255,255,255,.1), inset 0px 2px 5px rgba(0,0,0,.3); + box-shadow: 0px -1px 0px rgba(255,255,255,.1), inset 0px 2px 5px rgba(0,0,0,.3); } -#otherresults .label{ +#otherresults .label { color: #999; - line-height:30px; - margin-left:5px; + line-height: 30px; + margin-left: 5px; margin-right: 5px; } -.inlineMatch{ +.inlineMatch { background-color: #EBEBEB; border-radius: 0.4em; - -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6); + box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6); border: 1px solid rgba(255, 255, 255, 0.5); padding-left: 3px; padding-right: 3px; @@ -478,17 +478,17 @@ input.defaultName { cursor: pointer; } -.inlineMatch:hover{ +.inlineMatch:hover { opacity: 1.0; } -.inlineMatch>img{ +.inlineMatch > img { margin-right: 5px; position: relative; top: 2px; } -.inlineMatch>span{ - max-width:200px; +.inlineMatch > span { + max-width: 200px; height: 15px; } diff --git a/browser/themes/winstripe/browser/tabview/tabview.css b/browser/themes/winstripe/browser/tabview/tabview.css index d52d14542f6c..78c9863caa1a 100644 --- a/browser/themes/winstripe/browser/tabview/tabview.css +++ b/browser/themes/winstripe/browser/tabview/tabview.css @@ -461,3 +461,46 @@ input.defaultName { .notMainMatch{ opacity: .70; } + +#otherresults { + left: 0px; + bottom: 0px; + width: 100%; + height: 30px; + background-color: rgba(0,0,0,.3); + box-shadow: 0px -1px 0px rgba(255,255,255,.1), inset 0px 2px 5px rgba(0,0,0,.3); +} + +#otherresults .label { + color: #999; + line-height: 30px; + margin-left: 5px; + margin-right: 5px; +} + +.inlineMatch { + background-color: #EBEBEB; + border-radius: 0.4em; + box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6); + border: 1px solid rgba(255, 255, 255, 0.5); + padding-left: 3px; + padding-right: 3px; + height: 20px; + margin-right: 5px; + cursor: pointer; +} + +.inlineMatch:hover { + opacity: 1.0; +} + +.inlineMatch > img { + margin-right: 5px; + position: relative; + top: 2px; +} + +.inlineMatch > span { + max-width: 200px; + height: 15px; +}