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:
@ -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,
|
||||
|
Submodule data/theme/gnome-shell-sass updated: 296e545145...e94bce1fcf
@ -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,
|
||||
|
Reference in New Issue
Block a user