[geany/geany-osx] 1a1e89: Add label:disabled entry to the color scheme
Jiří Techet
git-noreply at xxxxx
Sun Oct 27 17:28:45 UTC 2019
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Sun, 27 Oct 2019 17:28:45 UTC
Commit: 1a1e895fc9fb2026ea34d33b7d8a145330b3caed
https://github.com/geany/geany-osx/commit/1a1e895fc9fb2026ea34d33b7d8a145330b3caed
Log Message:
-----------
Add label:disabled entry to the color scheme
This is used by Geany in "Set build commands" dialog for default values
and without this in the theme the entries were blank.
Modified Paths:
--------------
Mojave-light-solid/gtk-3.0/gtk-dark.css
Mojave-light-solid/gtk-3.0/gtk.css
Modified: Mojave-light-solid/gtk-3.0/gtk-dark.css
4 lines changed, 4 insertions(+), 0 deletions(-)
===================================================================
@@ -33,6 +33,10 @@
-gtk-outline-radius: 5px;
}
+label:disabled {
+ color: rgba(222, 222, 222, 0.45);
+}
+
headerbar .linked:not(.vertical) > button, headerbar .linked.raised:not(.vertical):not(.path-bar) > button.image-button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button,
headerbar .linked:not(.vertical).path-bar > button, .nemo-window .primary-toolbar .linked.raised > button, .nemo-window .primary-toolbar .linked.path-bar > button, .nemo-window .primary-toolbar .linked.path-bar > button.image-button {
outline-color: alpha(currentColor,0.3);
Modified: Mojave-light-solid/gtk-3.0/gtk.css
4 lines changed, 4 insertions(+), 0 deletions(-)
===================================================================
@@ -33,6 +33,10 @@
-gtk-outline-radius: 5px;
}
+label:disabled {
+ color: rgba(36, 36, 36, 0.55);
+}
+
headerbar .linked:not(.vertical) > button, headerbar .linked.raised:not(.vertical):not(.path-bar) > button.image-button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button,
headerbar .linked:not(.vertical).path-bar > button, .nemo-window .primary-toolbar .linked.raised > button, .nemo-window .primary-toolbar .linked.path-bar > button, .nemo-window .primary-toolbar .linked.path-bar > button.image-button {
outline-color: alpha(currentColor,0.3);
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list