mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
Also adjust websearchbar
This commit is contained in:
parent
00d9f99f9c
commit
e97e1c8746
@ -204,11 +204,12 @@ IconProvider
|
|||||||
{
|
{
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-image: url(images/lineedit-bg.png);
|
border-image: url(images/lineedit-bg.png);
|
||||||
border-width:4;
|
border-width: 3px;
|
||||||
color:black;
|
color:black;
|
||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
padding-top: -2px;
|
padding-top: -2px;
|
||||||
|
padding-bottom: -2px;
|
||||||
qproperty-fixedheight: 27;
|
qproperty-fixedheight: 27;
|
||||||
qproperty-leftMargin: 35;
|
qproperty-leftMargin: 35;
|
||||||
}
|
}
|
||||||
|
@ -189,9 +189,11 @@ IconProvider
|
|||||||
{
|
{
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-image: url(images/lineedit-bg.png);
|
border-image: url(images/lineedit-bg.png);
|
||||||
border-width:4;
|
border-width: 4px;
|
||||||
color:black;
|
color:black;
|
||||||
padding-right: -2px;
|
padding-right: -2px;
|
||||||
|
padding-top: -2px;
|
||||||
|
padding-bottom: -2px;
|
||||||
qproperty-fixedheight: 25;
|
qproperty-fixedheight: 25;
|
||||||
qproperty-leftMargin: 34;
|
qproperty-leftMargin: 34;
|
||||||
}
|
}
|
||||||
|
@ -188,9 +188,10 @@ IconProvider
|
|||||||
/*WebSearchBar*/
|
/*WebSearchBar*/
|
||||||
#websearchbar
|
#websearchbar
|
||||||
{
|
{
|
||||||
border-width:4;
|
border-width: 4px;
|
||||||
padding-right: -4px;
|
padding-right: -4px;
|
||||||
padding-top: -2px;
|
padding-top: -2px;
|
||||||
|
padding-bottom: -2px;
|
||||||
qproperty-fixedheight: 27;
|
qproperty-fixedheight: 27;
|
||||||
qproperty-leftMargin: 30;
|
qproperty-leftMargin: 30;
|
||||||
}
|
}
|
||||||
|
@ -199,9 +199,10 @@ IconProvider
|
|||||||
{
|
{
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-image: url(images/lineedit-bg.png);
|
border-image: url(images/lineedit-bg.png);
|
||||||
border-width: 4;
|
border-width: 4px;
|
||||||
padding-right: -4px;
|
padding-right: -4px;
|
||||||
padding-top: -2px;
|
padding-top: -2px;
|
||||||
|
padding-bottom: -2px;
|
||||||
color:black;
|
color:black;
|
||||||
qproperty-fixedheight: 23;
|
qproperty-fixedheight: 23;
|
||||||
qproperty-leftMargin: 35;
|
qproperty-leftMargin: 35;
|
||||||
|
@ -131,8 +131,8 @@ IconProvider
|
|||||||
border-image: url(images/lineedit-bg.png);
|
border-image: url(images/lineedit-bg.png);
|
||||||
border-width: 3px;
|
border-width: 3px;
|
||||||
color:black;
|
color:black;
|
||||||
padding-right: -4px;
|
padding-right: -3px;
|
||||||
padding-left: -4px;
|
padding-left: -3px;
|
||||||
padding-top: -2px;
|
padding-top: -2px;
|
||||||
padding-bottom: -2px;
|
padding-bottom: -2px;
|
||||||
qproperty-fixedheight: 22;
|
qproperty-fixedheight: 22;
|
||||||
@ -210,9 +210,11 @@ IconProvider
|
|||||||
{
|
{
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-image: url(images/lineedit-bg.png);
|
border-image: url(images/lineedit-bg.png);
|
||||||
border-width:4;
|
border-width: 3px;
|
||||||
color:black;
|
color:black;
|
||||||
padding-right: -4px;
|
padding-right: -3px;
|
||||||
|
padding-top: -2px;
|
||||||
|
padding-bottom: -2px;
|
||||||
qproperty-fixedheight: 22;
|
qproperty-fixedheight: 22;
|
||||||
qproperty-leftMargin: 30;
|
qproperty-leftMargin: 30;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user