aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-theme-engine/desktop_qss/Glass.qss
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-09-18 11:10:08 -0400
committerKen Moore <ken@ixsystems.com>2017-09-18 11:10:08 -0400
commit39f54ac1bdfa1865516dfebd07ab52fe58e5e998 (patch)
tree220e4e109d8492ab677dffc94fb4b1e467725115 /src-qt5/core/lumina-theme-engine/desktop_qss/Glass.qss
parentFix up the icon sync on theme change, and change the icon for lumina-mediapla... (diff)
downloadlumina-39f54ac1bdfa1865516dfebd07ab52fe58e5e998.tar.gz
lumina-39f54ac1bdfa1865516dfebd07ab52fe58e5e998.tar.bz2
lumina-39f54ac1bdfa1865516dfebd07ab52fe58e5e998.zip
A few more tweaks for the theme engine.
Try to update application window icons when the theme changes. Minor change to the Glass desktop theme.
Diffstat (limited to 'src-qt5/core/lumina-theme-engine/desktop_qss/Glass.qss')
-rw-r--r--src-qt5/core/lumina-theme-engine/desktop_qss/Glass.qss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-theme-engine/desktop_qss/Glass.qss b/src-qt5/core/lumina-theme-engine/desktop_qss/Glass.qss
index 1bfa92cd..502c0a44 100644
--- a/src-qt5/core/lumina-theme-engine/desktop_qss/Glass.qss
+++ b/src-qt5/core/lumina-theme-engine/desktop_qss/Glass.qss
@@ -1,5 +1,5 @@
QWidget#LuminaBootSplash{
- background: qradialgradient(spread:reflect, cx:0.113757, cy:0.875, radius:0.7, fx:0.045, fy:0.954545, stop:0 palette(light), stop:1 palette(midlight) );
+ background: qradialgradient(spread:reflect, cx:0.113757, cy:0.875, radius:0.7, fx:0.045, fy:0.954545, stop:0 palette(base), stop:1 palette(light) );
border-radius: 5px;
}
bgstack15