mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
remove calendar uglyness
This commit is contained in:
parent
531595de41
commit
f150d0601a
@ -2433,8 +2433,7 @@ GtkCalendar {
|
|||||||
GtkCalendar:inconsistent {
|
GtkCalendar:inconsistent {
|
||||||
color: alpha(currentColor,0.55); }
|
color: alpha(currentColor,0.55); }
|
||||||
GtkCalendar.highlight {
|
GtkCalendar.highlight {
|
||||||
color: #D3DAE3;
|
color: #D3DAE3; }
|
||||||
background-color: rgba(43, 46, 57, 0.5); }
|
|
||||||
|
|
||||||
/***********
|
/***********
|
||||||
* Dialogs *
|
* Dialogs *
|
||||||
|
@ -2436,8 +2436,7 @@ GtkCalendar {
|
|||||||
GtkCalendar:inconsistent {
|
GtkCalendar:inconsistent {
|
||||||
color: alpha(currentColor,0.55); }
|
color: alpha(currentColor,0.55); }
|
||||||
GtkCalendar.highlight {
|
GtkCalendar.highlight {
|
||||||
color: #5c616c;
|
color: #5c616c; }
|
||||||
background-color: rgba(207, 214, 230, 0.5); }
|
|
||||||
|
|
||||||
/***********
|
/***********
|
||||||
* Dialogs *
|
* Dialogs *
|
||||||
|
@ -2433,8 +2433,7 @@ GtkCalendar {
|
|||||||
GtkCalendar:inconsistent {
|
GtkCalendar:inconsistent {
|
||||||
color: alpha(currentColor,0.55); }
|
color: alpha(currentColor,0.55); }
|
||||||
GtkCalendar.highlight {
|
GtkCalendar.highlight {
|
||||||
color: #D3DAE3;
|
color: #D3DAE3; }
|
||||||
background-color: rgba(43, 46, 57, 0.5); }
|
|
||||||
|
|
||||||
/***********
|
/***********
|
||||||
* Dialogs *
|
* Dialogs *
|
||||||
|
@ -2436,8 +2436,7 @@ GtkCalendar {
|
|||||||
GtkCalendar:inconsistent {
|
GtkCalendar:inconsistent {
|
||||||
color: alpha(currentColor,0.55); }
|
color: alpha(currentColor,0.55); }
|
||||||
GtkCalendar.highlight {
|
GtkCalendar.highlight {
|
||||||
color: #5c616c;
|
color: #5c616c; }
|
||||||
background-color: rgba(207, 214, 230, 0.5); }
|
|
||||||
|
|
||||||
/***********
|
/***********
|
||||||
* Dialogs *
|
* Dialogs *
|
||||||
|
@ -2440,8 +2440,7 @@ GtkCalendar {
|
|||||||
GtkCalendar:inconsistent {
|
GtkCalendar:inconsistent {
|
||||||
color: alpha(currentColor,0.55); }
|
color: alpha(currentColor,0.55); }
|
||||||
GtkCalendar.highlight {
|
GtkCalendar.highlight {
|
||||||
color: #5c616c;
|
color: #5c616c; }
|
||||||
background-color: rgba(207, 214, 230, 0.5); }
|
|
||||||
|
|
||||||
/***********
|
/***********
|
||||||
* Dialogs *
|
* Dialogs *
|
||||||
|
@ -2440,8 +2440,7 @@ GtkCalendar {
|
|||||||
GtkCalendar:inconsistent {
|
GtkCalendar:inconsistent {
|
||||||
color: alpha(currentColor,0.55); }
|
color: alpha(currentColor,0.55); }
|
||||||
GtkCalendar.highlight {
|
GtkCalendar.highlight {
|
||||||
color: #5c616c;
|
color: #5c616c; }
|
||||||
background-color: rgba(207, 214, 230, 0.5); }
|
|
||||||
|
|
||||||
/***********
|
/***********
|
||||||
* Dialogs *
|
* Dialogs *
|
||||||
|
@ -2572,7 +2572,6 @@ GtkCalendar {
|
|||||||
&:inconsistent { color: gtkalpha(currentColor,0.55); }
|
&:inconsistent { color: gtkalpha(currentColor,0.55); }
|
||||||
&.highlight {
|
&.highlight {
|
||||||
color: $fg_color;
|
color: $fg_color;
|
||||||
background-color: transparentize($button_border, 0.5);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user