remove calendar uglyness

pull/332/head
Horst3180 9 years ago
parent 531595de41
commit f150d0601a

@ -2433,8 +2433,7 @@ GtkCalendar {
GtkCalendar:inconsistent {
color: alpha(currentColor,0.55); }
GtkCalendar.highlight {
color: #D3DAE3;
background-color: rgba(43, 46, 57, 0.5); }
color: #D3DAE3; }
/***********
* Dialogs *

@ -2436,8 +2436,7 @@ GtkCalendar {
GtkCalendar:inconsistent {
color: alpha(currentColor,0.55); }
GtkCalendar.highlight {
color: #5c616c;
background-color: rgba(207, 214, 230, 0.5); }
color: #5c616c; }
/***********
* Dialogs *

@ -2433,8 +2433,7 @@ GtkCalendar {
GtkCalendar:inconsistent {
color: alpha(currentColor,0.55); }
GtkCalendar.highlight {
color: #D3DAE3;
background-color: rgba(43, 46, 57, 0.5); }
color: #D3DAE3; }
/***********
* Dialogs *

@ -2436,8 +2436,7 @@ GtkCalendar {
GtkCalendar:inconsistent {
color: alpha(currentColor,0.55); }
GtkCalendar.highlight {
color: #5c616c;
background-color: rgba(207, 214, 230, 0.5); }
color: #5c616c; }
/***********
* Dialogs *

@ -2440,8 +2440,7 @@ GtkCalendar {
GtkCalendar:inconsistent {
color: alpha(currentColor,0.55); }
GtkCalendar.highlight {
color: #5c616c;
background-color: rgba(207, 214, 230, 0.5); }
color: #5c616c; }
/***********
* Dialogs *

@ -2440,8 +2440,7 @@ GtkCalendar {
GtkCalendar:inconsistent {
color: alpha(currentColor,0.55); }
GtkCalendar.highlight {
color: #5c616c;
background-color: rgba(207, 214, 230, 0.5); }
color: #5c616c; }
/***********
* Dialogs *

@ -2572,7 +2572,6 @@ GtkCalendar {
&:inconsistent { color: gtkalpha(currentColor,0.55); }
&.highlight {
color: $fg_color;
background-color: transparentize($button_border, 0.5);
}
}

Loading…
Cancel
Save