[gtk+] Fix a typo
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix a typo
- Date: Fri, 6 Nov 2015 04:44:28 +0000 (UTC)
commit 7cd177e0d729bbb98c00cba6b44e337a09109e13
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Nov 5 18:00:51 2015 -0500
Fix a typo
gtk/theme/Adwaita/_common.scss | 2 +-
gtk/theme/Adwaita/gtk-contained-dark.css | 2 +-
gtk/theme/Adwaita/gtk-contained.css | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 5cf56c1..a533fc9 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -267,7 +267,7 @@ entry {
.linked:not(.vertical) > &:focus + entry,
.linked:not(.vertical) > &:focus + button,
- .linked:not(.vertical) > &:focus + combobox > butotn.combo {
+ .linked:not(.vertical) > &:focus + combobox > button.combo {
border-left-color: entry_focus_border(); // colors the border of the widget following a focused entry
}
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index 8ff9785..9d0518a 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -224,7 +224,7 @@ entry, spinbutton {
box-shadow: none; }
entry progress:backdrop, spinbutton progress:backdrop {
background-color: transparent; }
- .linked:not(.vertical) > entry:focus + entry, .linked:not(.vertical) > spinbutton:focus + entry,
.linked:not(.vertical) > entry:focus + spinbutton, .linked:not(.vertical) > spinbutton:focus + spinbutton,
.linked:not(.vertical) > entry:focus + button, .linked:not(.vertical) > spinbutton:focus + button,
.linked:not(.vertical) > entry:focus + combobox > butotn.combo, .linked:not(.vertical) > spinbutton:focus +
combobox > butotn.combo {
+ .linked:not(.vertical) > entry:focus + entry, .linked:not(.vertical) > spinbutton:focus + entry,
.linked:not(.vertical) > entry:focus + spinbutton, .linked:not(.vertical) > spinbutton:focus + spinbutton,
.linked:not(.vertical) > entry:focus + button, .linked:not(.vertical) > spinbutton:focus + button,
.linked:not(.vertical) > entry:focus + combobox > button.combo, .linked:not(.vertical) > spinbutton:focus +
combobox > button.combo {
border-left-color: #0f2b48; }
entry.error, spinbutton.error {
color: #cc0000;
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index 88e26fe..e26f407 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -224,7 +224,7 @@ entry, spinbutton {
box-shadow: none; }
entry progress:backdrop, spinbutton progress:backdrop {
background-color: transparent; }
- .linked:not(.vertical) > entry:focus + entry, .linked:not(.vertical) > spinbutton:focus + entry,
.linked:not(.vertical) > entry:focus + spinbutton, .linked:not(.vertical) > spinbutton:focus + spinbutton,
.linked:not(.vertical) > entry:focus + button, .linked:not(.vertical) > spinbutton:focus + button,
.linked:not(.vertical) > entry:focus + combobox > butotn.combo, .linked:not(.vertical) > spinbutton:focus +
combobox > butotn.combo {
+ .linked:not(.vertical) > entry:focus + entry, .linked:not(.vertical) > spinbutton:focus + entry,
.linked:not(.vertical) > entry:focus + spinbutton, .linked:not(.vertical) > spinbutton:focus + spinbutton,
.linked:not(.vertical) > entry:focus + button, .linked:not(.vertical) > spinbutton:focus + button,
.linked:not(.vertical) > entry:focus + combobox > button.combo, .linked:not(.vertical) > spinbutton:focus +
combobox > button.combo {
border-left-color: #4a90d9; }
entry.error, spinbutton.error {
color: #cc0000;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]