diff options
author | Ken Moore <moorekou@gmail.com> | 2016-06-16 09:28:12 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-06-16 09:28:12 -0400 |
commit | 4097d69affeec77da3036dc45c667f0890607d50 (patch) | |
tree | fd3d5a8b83bf3d7c9da43fcc0bf8e608c9c638db /src-qt5/core | |
parent | Another few fixes for the new Glass theme. (diff) | |
download | lumina-4097d69affeec77da3036dc45c667f0890607d50.tar.gz lumina-4097d69affeec77da3036dc45c667f0890607d50.tar.bz2 lumina-4097d69affeec77da3036dc45c667f0890607d50.zip |
Another update to the Glass theme. I think this theme is just about done now.
Diffstat (limited to 'src-qt5/core')
-rw-r--r-- | src-qt5/core/libLumina/themes/Glass.qss.template | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src-qt5/core/libLumina/themes/Glass.qss.template b/src-qt5/core/libLumina/themes/Glass.qss.template index c0c4e9e0..f427ac80 100644 --- a/src-qt5/core/libLumina/themes/Glass.qss.template +++ b/src-qt5/core/libLumina/themes/Glass.qss.template @@ -19,11 +19,17 @@ QLineEdit, QTextEdit, QTextBrowser, QPlainTextEdit, QSpinBox, QDateEdit, QDateTi } /* PAGES OF CONTAINER WIDGETS */ -QStackedWidget .QWidget, QTabWidget .QWidget{ +QStackedWidget .QWidget{ background: transparent; color: %%TEXTCOLOR%%; border: none; } +QTabWidget{ + background: %%ALTBASECOLOR%%; + color: %%TEXTCOLOR%%; + border: none; +} + QToolBox::tab{ color: %%TEXTCOLOR%%; } |