mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 15:33:02 +00:00
Merge pull request #1078 from fredcw/calendartext
cinnamon.scss: fix calendar applet scaled text bug
This commit is contained in:
commit
453e281225
@ -756,7 +756,7 @@ StScrollBar {
|
|||||||
|
|
||||||
.calendar-day-base {
|
.calendar-day-base {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 28px;
|
min-width: 28px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
@ -825,7 +825,7 @@ StScrollBar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.calendar-week-number {
|
.calendar-week-number {
|
||||||
width: 20px;
|
min-width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin: 6px 0;
|
margin: 6px 0;
|
||||||
color: transparentize($fg_color, 0.3);
|
color: transparentize($fg_color, 0.3);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user