From f35b5c4b2caea3c584d549d5357c2d50871b87e0 Mon Sep 17 00:00:00 2001 From: Nippy Date: Fri, 25 Sep 2026 17:28:54 +0200 Subject: update szep.25 calamares fix --- .../etc/calamares/branding/raveos/stylesheet.qss | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss') diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss b/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss index 56cc368..8a51e3c 100644 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss @@ -414,3 +414,24 @@ QScrollBar::handle:horizontal { QScrollBar::handle:horizontal:hover { background-color: #95a5a6; } + +/* ---------------- RaveOS restart dialog ---------------- */ + +#raveosDialog { + background-color: #2B2B2B; +} + +#raveosDialogLabel { + color: #ECF0F1; + font-size: 15px; + padding: 6px 2px; +} + +#raveosDialogCancel { + background-color: #7f8c8d; + color: #ffffff; +} + +#raveosDialogCancel:hover { + background-color: #95a5a6; +} -- cgit v1.3