1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

calendar tweaks

This commit is contained in:
Horst3180 2015-08-27 21:11:59 +02:00
parent 1c0a376887
commit 05c188238f
7 changed files with 29 additions and 7 deletions

View File

@ -2649,8 +2649,11 @@ GtkCalendar {
border: none; }
GtkCalendar.button:hover, GtkCalendar.button:focus:hover {
color: #D3DAE3; }
GtkCalendar.highlight {
GtkCalendar:inconsistent {
color: alpha(currentColor,0.55); }
GtkCalendar.highlight {
color: #D3DAE3;
background-color: #2d3036; }
/***********
* Dialogs *

View File

@ -2650,8 +2650,11 @@ GtkCalendar {
border: none; }
GtkCalendar.button:hover, GtkCalendar.button:focus:hover {
color: #5c616c; }
GtkCalendar.highlight {
GtkCalendar:inconsistent {
color: alpha(currentColor,0.55); }
GtkCalendar.highlight {
color: #5c616c;
background-color: #dbdfe3; }
/***********
* Dialogs *

View File

@ -2649,8 +2649,11 @@ GtkCalendar {
border: none; }
GtkCalendar.button:hover, GtkCalendar.button:focus:hover {
color: #D3DAE3; }
GtkCalendar.highlight {
GtkCalendar:inconsistent {
color: alpha(currentColor,0.55); }
GtkCalendar.highlight {
color: #D3DAE3;
background-color: #2d3036; }
/***********
* Dialogs *

View File

@ -2650,8 +2650,11 @@ GtkCalendar {
border: none; }
GtkCalendar.button:hover, GtkCalendar.button:focus:hover {
color: #5c616c; }
GtkCalendar.highlight {
GtkCalendar:inconsistent {
color: alpha(currentColor,0.55); }
GtkCalendar.highlight {
color: #5c616c;
background-color: #dbdfe3; }
/***********
* Dialogs *

View File

@ -2649,8 +2649,11 @@ GtkCalendar {
border: none; }
GtkCalendar.button:hover, GtkCalendar.button:focus:hover {
color: #5c616c; }
GtkCalendar.highlight {
GtkCalendar:inconsistent {
color: alpha(currentColor,0.55); }
GtkCalendar.highlight {
color: #5c616c;
background-color: #dbdfe3; }
/***********
* Dialogs *

View File

@ -2649,8 +2649,11 @@ GtkCalendar {
border: none; }
GtkCalendar.button:hover, GtkCalendar.button:focus:hover {
color: #5c616c; }
GtkCalendar.highlight {
GtkCalendar:inconsistent {
color: alpha(currentColor,0.55); }
GtkCalendar.highlight {
color: #5c616c;
background-color: #dbdfe3; }
/***********
* Dialogs *

View File

@ -2398,7 +2398,11 @@ GtkCalendar {
color: $fg_color;
}
}
&.highlight { color: gtkalpha(currentColor,0.55); }
&:inconsistent { color: gtkalpha(currentColor,0.55); }
&.highlight {
color: $fg_color;
background-color: $borders_color;
}
}
/***********