Adwaita: fix a typo

This commit is contained in:
Lapo Calamandrei 2014-07-28 15:34:03 +02:00
parent c97480caab
commit b584970b95
3 changed files with 13 additions and 13 deletions

View File

@ -235,7 +235,7 @@ $widget_edge: 0 1px $borders_edge; //outer hilight "used" on
//
@if $c!=$bg_color {
color: $tc;
border_color: if($variant=='light',$c,_border_color($c));
border-color: if($variant=='light',$c,_border_color($c));
}
@else {
color: $backdrop_fg_color;

View File

@ -431,7 +431,7 @@
.button.suggested-action:backdrop {
border-style: solid;
color: white;
border_color: #0b1e33;
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #215d9c);
text-shadow: none;
icon-shadow: none;
@ -481,7 +481,7 @@
.button.destructive-action:backdrop {
border-style: solid;
color: white;
border_color: #5e0707;
border-color: #5e0707;
background-image: linear-gradient(to bottom, #d51010);
text-shadow: none;
icon-shadow: none;
@ -1001,7 +1001,7 @@ GtkComboBox {
.header-bar.selection-mode .button:backdrop {
border-style: solid;
color: white;
border_color: #0b1e33;
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #215d9c);
text-shadow: none;
icon-shadow: none;
@ -2744,7 +2744,7 @@ GtkCalendar {
.message-dialog.csd .dialog-action-area .button.suggested-action:backdrop {
border-style: solid;
color: white;
border_color: #0b1e33;
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #215d9c);
text-shadow: none;
icon-shadow: none;
@ -2793,7 +2793,7 @@ GtkCalendar {
.message-dialog.csd .dialog-action-area .button.destructive-action:backdrop {
border-style: solid;
color: white;
border_color: #5e0707;
border-color: #5e0707;
background-image: linear-gradient(to bottom, #d51010);
text-shadow: none;
icon-shadow: none;
@ -2941,7 +2941,7 @@ GtkInfoBar {
.error .button:backdrop {
border-style: solid;
color: white;
border_color: #0b1e33;
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #215d9c);
text-shadow: none;
icon-shadow: none;

View File

@ -423,7 +423,7 @@
.button.suggested-action:backdrop {
border-style: solid;
color: white;
border_color: #4a90d9;
border-color: #4a90d9;
background-image: linear-gradient(to bottom, #4a90d9);
text-shadow: none;
icon-shadow: none;
@ -473,7 +473,7 @@
.button.destructive-action:backdrop {
border-style: solid;
color: white;
border_color: #ef2929;
border-color: #ef2929;
background-image: linear-gradient(to bottom, #ef2929);
text-shadow: none;
icon-shadow: none;
@ -993,7 +993,7 @@ GtkComboBox {
.header-bar.selection-mode .button:backdrop {
border-style: solid;
color: white;
border_color: #4a90d9;
border-color: #4a90d9;
background-image: linear-gradient(to bottom, #4a90d9);
text-shadow: none;
icon-shadow: none;
@ -2739,7 +2739,7 @@ GtkCalendar {
.message-dialog.csd .dialog-action-area .button.suggested-action:backdrop {
border-style: solid;
color: white;
border_color: #4a90d9;
border-color: #4a90d9;
background-image: linear-gradient(to bottom, #4a90d9);
text-shadow: none;
icon-shadow: none;
@ -2788,7 +2788,7 @@ GtkCalendar {
.message-dialog.csd .dialog-action-area .button.destructive-action:backdrop {
border-style: solid;
color: white;
border_color: #ef2929;
border-color: #ef2929;
background-image: linear-gradient(to bottom, #ef2929);
text-shadow: none;
icon-shadow: none;
@ -2936,7 +2936,7 @@ GtkInfoBar {
.error .button:backdrop {
border-style: solid;
color: white;
border_color: #4a90d9;
border-color: #4a90d9;
background-image: linear-gradient(to bottom, #4a90d9);
text-shadow: none;
icon-shadow: none;