diff --git a/bin/themes/chrome/main.css b/bin/themes/chrome/main.css index 2ac50693e..c5c0ec23d 100644 --- a/bin/themes/chrome/main.css +++ b/bin/themes/chrome/main.css @@ -204,11 +204,12 @@ IconProvider { background: transparent; border-image: url(images/lineedit-bg.png); - border-width:4; + border-width: 3px; color:black; padding-right: 0px; padding-left: 0px; padding-top: -2px; + padding-bottom: -2px; qproperty-fixedheight: 27; qproperty-leftMargin: 35; } diff --git a/bin/themes/default/main.css b/bin/themes/default/main.css index 33a2d568a..e4d3667c4 100644 --- a/bin/themes/default/main.css +++ b/bin/themes/default/main.css @@ -189,9 +189,11 @@ IconProvider { background: transparent; border-image: url(images/lineedit-bg.png); - border-width:4; + border-width: 4px; color:black; padding-right: -2px; + padding-top: -2px; + padding-bottom: -2px; qproperty-fixedheight: 25; qproperty-leftMargin: 34; } diff --git a/bin/themes/linux/main.css b/bin/themes/linux/main.css index 7f70587be..96860266a 100644 --- a/bin/themes/linux/main.css +++ b/bin/themes/linux/main.css @@ -188,9 +188,10 @@ IconProvider /*WebSearchBar*/ #websearchbar { - border-width:4; + border-width: 4px; padding-right: -4px; padding-top: -2px; + padding-bottom: -2px; qproperty-fixedheight: 27; qproperty-leftMargin: 30; } diff --git a/bin/themes/mac/main.css b/bin/themes/mac/main.css index be854b629..807cb0c2e 100644 --- a/bin/themes/mac/main.css +++ b/bin/themes/mac/main.css @@ -199,9 +199,10 @@ IconProvider { background: transparent; border-image: url(images/lineedit-bg.png); - border-width: 4; + border-width: 4px; padding-right: -4px; padding-top: -2px; + padding-bottom: -2px; color:black; qproperty-fixedheight: 23; qproperty-leftMargin: 35; diff --git a/bin/themes/windows/main.css b/bin/themes/windows/main.css index 0a0b87859..56c5c7334 100644 --- a/bin/themes/windows/main.css +++ b/bin/themes/windows/main.css @@ -131,8 +131,8 @@ IconProvider border-image: url(images/lineedit-bg.png); border-width: 3px; color:black; - padding-right: -4px; - padding-left: -4px; + padding-right: -3px; + padding-left: -3px; padding-top: -2px; padding-bottom: -2px; qproperty-fixedheight: 22; @@ -210,9 +210,11 @@ IconProvider { background: transparent; border-image: url(images/lineedit-bg.png); - border-width:4; + border-width: 3px; color:black; - padding-right: -4px; + padding-right: -3px; + padding-top: -2px; + padding-bottom: -2px; qproperty-fixedheight: 22; qproperty-leftMargin: 30; }