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:
Florian Müllner 2017-03-01 18:22:11 +01:00
parent e90734913d
commit 50df3084f7
3 changed files with 15 additions and 1 deletions

View File

@ -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

View File

@ -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,