dateMenu: Add vertical separator between message list and calendar
With the background boxes gone from messages, we need some visual indication for how elements are aligned. https://bugzilla.gnome.org/show_bug.cgi?id=779820
This commit is contained in:
parent
e90734913d
commit
50df3084f7
@ -741,6 +741,13 @@ StScrollBar {
|
||||
.datemenu-displays-box {
|
||||
spacing: 1em; }
|
||||
|
||||
.datemenu-calendar-column {
|
||||
border: 0 solid #0d0d0d; }
|
||||
.datemenu-calendar-column:ltr {
|
||||
border-left-width: 1px; }
|
||||
.datemenu-calendar-column:rtl {
|
||||
border-right-width: 1px; }
|
||||
|
||||
.datemenu-today-button,
|
||||
.world-clocks-button,
|
||||
.weather-button,
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 296e5451457032e2fd9919135828c213d118664e
|
||||
Subproject commit e94bce1fcfbcbe00f6a6375e992192c9e1a4ffb5
|
@ -741,6 +741,13 @@ StScrollBar {
|
||||
.datemenu-displays-box {
|
||||
spacing: 1em; }
|
||||
|
||||
.datemenu-calendar-column {
|
||||
border: 0 solid #454c4c; }
|
||||
.datemenu-calendar-column:ltr {
|
||||
border-left-width: 1px; }
|
||||
.datemenu-calendar-column:rtl {
|
||||
border-right-width: 1px; }
|
||||
|
||||
.datemenu-today-button,
|
||||
.world-clocks-button,
|
||||
.weather-button,
|
||||
|
Loading…
Reference in New Issue
Block a user