[gtk+] HC: make link buttons distinct
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] HC: make link buttons distinct
- Date: Wed, 29 Jul 2015 15:32:43 +0000 (UTC)
commit 9dabc4efd5c764d36c0567500a967a6503cb8e9d
Author: Jakub Steiner <jimmac gmail com>
Date: Wed Jul 29 12:34:44 2015 +0200
HC: make link buttons distinct
https://bugzilla.gnome.org/show_bug.cgi?id=752965
gtk/theme/HighContrast/_common.scss | 3 ++-
gtk/theme/HighContrast/gtk.css | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss
index f2047cd..59cff01 100644
--- a/gtk/theme/HighContrast/_common.scss
+++ b/gtk/theme/HighContrast/_common.scss
@@ -607,7 +607,8 @@ GtkColorButton.button { padding: 4px; } // Uniform padding on the
}
.button:link, .button:visited {
- color: $selected_bg_color; //FIXME use a proper color
+ color: $suggested_color;
+ font-weight: bold;
@extend %undecorated_button;
text-shadow: none;
&:hover, &:active {
diff --git a/gtk/theme/HighContrast/gtk.css b/gtk/theme/HighContrast/gtk.css
index 0880445..dc3006a 100644
--- a/gtk/theme/HighContrast/gtk.css
+++ b/gtk/theme/HighContrast/gtk.css
@@ -806,7 +806,8 @@ GtkColorButton.button {
color: #000; }
.button:link, .button:visited {
- color: #000;
+ color: #4a90d9;
+ font-weight: bold;
text-shadow: none; }
.button:link:hover, .button:link:active, .button:visited:hover, .button:visited:active {
color: black;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]