summaryrefslogtreecommitdiff
path: root/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss
diff options
context:
space:
mode:
Diffstat (limited to 'raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss')
-rw-r--r--raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss21
1 files changed, 21 insertions, 0 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;
+}