GTK3: theme calendar

This commit is contained in:
Daniel Ruiz de Alegría 2020-12-21 13:48:45 +01:00
parent f971695065
commit 4f796cce4f
4 changed files with 41 additions and 0 deletions

View File

@ -5577,6 +5577,16 @@ infobar.error:backdrop > revealer > box, infobar.error > revealer > box, infobar
.app-notification.frame:backdrop { .app-notification.frame:backdrop {
box-shadow: none; } box-shadow: none; }
/************
* Calendar *
***********/
calendar {
border-radius: 6px;
border: 0;
padding: 1px; }
calendar:selected {
border-radius: 999px; }
/*********** /***********
* Dialogs * * Dialogs *
***********/ ***********/

View File

@ -5577,6 +5577,16 @@ infobar.error:backdrop > revealer > box, infobar.error > revealer > box, infobar
.app-notification.frame:backdrop { .app-notification.frame:backdrop {
box-shadow: none; } box-shadow: none; }
/************
* Calendar *
***********/
calendar {
border-radius: 6px;
border: 0;
padding: 1px; }
calendar:selected {
border-radius: 999px; }
/*********** /***********
* Dialogs * * Dialogs *
***********/ ***********/

View File

@ -5598,6 +5598,16 @@ infobar.error:backdrop > revealer > box, infobar.error > revealer > box, infobar
.app-notification.frame:backdrop { .app-notification.frame:backdrop {
box-shadow: none; } box-shadow: none; }
/************
* Calendar *
***********/
calendar {
border-radius: 6px;
border: 0;
padding: 1px; }
calendar:selected {
border-radius: 999px; }
/*********** /***********
* Dialogs * * Dialogs *
***********/ ***********/

View File

@ -375,6 +375,17 @@ infobar {
&:backdrop { box-shadow: none; } &:backdrop { box-shadow: none; }
} }
/************
* Calendar *
***********/
calendar {
border-radius: 6px;
border:0;
padding: 1px;
&:selected { border-radius: 999px; }
}
/*********** /***********
* Dialogs * * Dialogs *
***********/ ***********/