mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
[ChromeTheme] Make use of a new ToolButton "toolbar-look" property
This commit is contained in:
parent
d25847cfce
commit
fa51392a17
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
BIN
bin/themes/chrome/images/toolbutton.png
Normal file
BIN
bin/themes/chrome/images/toolbutton.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1000 B |
Binary file not shown.
Before Width: | Height: | Size: 135 B |
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user