1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

[ChromeTheme] Make use of a new ToolButton "toolbar-look" property

This commit is contained in:
David Rosca 2014-04-20 09:32:59 +02:00
parent d25847cfce
commit fa51392a17
5 changed files with 19 additions and 16 deletions

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1000 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

View File

@ -18,8 +18,8 @@
#mainwindow-menubar
{
background-image:url(images/transp.png);
border:none;
background: transparent;
border: none;
}
#mainwindow-menubar:item
@ -44,12 +44,6 @@
background-color: #e4edf9;
}
#mainwindow QToolBar
{
background-image:url(images/transp.png);
border:none;
}
#statusbar-ip-label
{
padding-right: 5px;
@ -107,6 +101,23 @@
qproperty-themeIcon: "view-restore";
}
ToolButton[toolbar-look="true"]
{
qproperty-iconSize: 16px 16px;
qproperty-fixedsize: 31px 29px;
border-image: url(images/toolbutton.png);
}
ToolButton[toolbar-look="true"]:hover
{
border-image: url(images/toolbutton-h.png);
}
ToolButton[toolbar-look="true"]:pressed
{
border-image: url(images/toolbutton-a.png);
}
/*TabWidget*/
#tabbar::scroller
{
@ -209,14 +220,6 @@ IconProvider
qproperty-pixmap: url(images/key.png);
}
/*BookmarksToolbar*/
#bookmarksbar QToolButton
{
border-image: url(images/transp.png);
border-width: 0px;
height: 15px;
}
/*SideBar*/
#sidebar
{