forked from AuroraMiddleware/gtk
Fix a typo
This commit is contained in:
parent
3b9a2a4423
commit
7cd177e0d7
@ -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
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user