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