summaryrefslogtreecommitdiff
path: root/raveos-calamares-theme/etc/calamares/branding
diff options
context:
space:
mode:
authorNippy <nippy@Nippy-Mac-mini.local>2026-09-25 17:28:54 +0200
committerNippy <nippy@Nippy-Mac-mini.local>2026-09-25 17:28:54 +0200
commitf35b5c4b2caea3c584d549d5357c2d50871b87e0 (patch)
treecc9bc631f0f9f39c103b9fc2bf8860cb25511c77 /raveos-calamares-theme/etc/calamares/branding
parent85bd02f08f5ee3a6ea2cec8b3af1a5ea9e23c46a (diff)
downloadRaveOS-PKGBUILD-f35b5c4b2caea3c584d549d5357c2d50871b87e0.tar.gz
RaveOS-PKGBUILD-f35b5c4b2caea3c584d549d5357c2d50871b87e0.zip
update szep.25 calamares fix
Diffstat (limited to 'raveos-calamares-theme/etc/calamares/branding')
-rw-r--r--raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss21
-rw-r--r--raveos-calamares-theme/etc/calamares/branding/raveos/supporters.js5
2 files changed, 23 insertions, 3 deletions
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;
+}
diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/supporters.js b/raveos-calamares-theme/etc/calamares/branding/raveos/supporters.js
index 81c533f..2e9859d 100644
--- a/raveos-calamares-theme/etc/calamares/branding/raveos/supporters.js
+++ b/raveos-calamares-theme/etc/calamares/branding/raveos/supporters.js
@@ -1,9 +1,8 @@
// RaveOS supporters list
// The Calamares finished page reads this file (finishedq.qml).
-// One name per line. The list can also be refreshed during install from:
-// https://page.rp1.hu/supporters.js
+// One name per line inside the array. The list can also be refreshed
+// during install from: https://page.rp1.hu/supporters.js
.pragma library
var names = [
- "New Supporter"
]