diff options
Diffstat (limited to 'raveos-calamares-theme/etc/calamares/branding')
| -rwxr-xr-x | raveos-calamares-theme/etc/calamares/branding/raveos/branding.desc | 4 | ||||
| -rw-r--r-- | raveos-calamares-theme/etc/calamares/branding/raveos/icons/raveos-icon.jpg | bin | 309715 -> 0 bytes | |||
| -rwxr-xr-x | raveos-calamares-theme/etc/calamares/branding/raveos/icons/raveos-icon2.png | bin | 0 -> 302684 bytes | |||
| -rw-r--r-- | raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss | 30 |
4 files changed, 26 insertions, 8 deletions
diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/branding.desc b/raveos-calamares-theme/etc/calamares/branding/raveos/branding.desc index 773d6a2..dbe01ba 100755 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/branding.desc +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/branding.desc @@ -92,8 +92,8 @@ strings: bootloaderEntryName: RaveOS Linux images: - productIcon: "icons/raveos-icon.jpg" - productLogo: "icons/raveos-icon.jpg" + productIcon: "icons/raveos-icon2.png" + productLogo: "icons/raveos-icon2.png" productWelcome: "images/raveos-welcome.png" # Szöveg és háttér komponensek színei. (Baloldali menu színei welcome,local.keyboard stb) diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/icons/raveos-icon.jpg b/raveos-calamares-theme/etc/calamares/branding/raveos/icons/raveos-icon.jpg Binary files differdeleted file mode 100644 index b76bfb8..0000000 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/icons/raveos-icon.jpg +++ /dev/null diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/icons/raveos-icon2.png b/raveos-calamares-theme/etc/calamares/branding/raveos/icons/raveos-icon2.png Binary files differnew file mode 100755 index 0000000..9903765 --- /dev/null +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/icons/raveos-icon2.png diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss b/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss index 724316c..56cc368 100644 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/stylesheet.qss @@ -254,6 +254,16 @@ QAbstractItemView::item:selected { color: #FFFFFF; } +QAbstractItemView::item:selected:!active { + background-color: #3d7839; + color: #FFFFFF; +} + +QAbstractItemView::item:focus { + background-color: #3d7839; + color: #FFFFFF; +} + /* ---------------- Buttons ---------------- */ QPushButton { @@ -263,6 +273,7 @@ QPushButton { border-radius: 4px; padding: 8px 18px; font-weight: bold; + margin-top: 4px; } QPushButton:hover { @@ -274,22 +285,29 @@ QPushButton:pressed { } QPushButton:disabled { - background-color: #7f8c8d; - color: #bdc3c7; + background-color: #303030; + color: #7f8c8d; } /* Secondary buttons (Back / Cancel) */ -#debugButton, -#aboutButton { +#debugButton { background-color: #7f8c8d; color: #ffffff; } -#debugButton:hover, -#aboutButton:hover { +#debugButton:hover { background-color: #95a5a6; } +#aboutButton { + background-color: #1e5c1a; + color: #ffffff; +} + +#aboutButton:hover { + background-color: #285226; +} + /* ---------------- Checkbox ---------------- */ QCheckBox { |