GTK3: theme calendar
This commit is contained in:
parent
f971695065
commit
4f796cce4f
@ -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 *
|
||||||
***********/
|
***********/
|
||||||
|
|||||||
@ -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 *
|
||||||
***********/
|
***********/
|
||||||
|
|||||||
@ -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 *
|
||||||
***********/
|
***********/
|
||||||
|
|||||||
@ -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 *
|
||||||
***********/
|
***********/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user