Gnome-Shell: update message list theme tweaks
This commit is contained in:
parent
a06a45d712
commit
eea71d890f
@ -2600,6 +2600,14 @@ $_osd_color: if($variant=='light', black, $fg_color);
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Message List */
|
||||||
|
.message-list .message-list-placeholder,
|
||||||
|
.message-list-controls {
|
||||||
|
font-weight: normal; }
|
||||||
|
|
||||||
|
.message-list-controls {
|
||||||
|
spacing: 12px; }
|
||||||
|
|
||||||
/* Window Picker */
|
/* Window Picker */
|
||||||
.window-caption {
|
.window-caption {
|
||||||
color: black;
|
color: black;
|
||||||
|
|||||||
@ -2596,6 +2596,14 @@ $_osd_color: if($variant=='light', black, $fg_color);
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Message List */
|
||||||
|
.message-list .message-list-placeholder,
|
||||||
|
.message-list-controls {
|
||||||
|
font-weight: normal; }
|
||||||
|
|
||||||
|
.message-list-controls {
|
||||||
|
spacing: 12px; }
|
||||||
|
|
||||||
/* Window Picker */
|
/* Window Picker */
|
||||||
.window-caption {
|
.window-caption {
|
||||||
color: black;
|
color: black;
|
||||||
|
|||||||
@ -41,6 +41,14 @@ $_osd_color: if($variant=='light', black, $fg_color);
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Message List */
|
||||||
|
.message-list .message-list-placeholder,
|
||||||
|
.message-list-controls {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.message-list-controls { spacing: $base_padding * 2; }
|
||||||
|
|
||||||
/* Window Picker */
|
/* Window Picker */
|
||||||
// Window titles
|
// Window titles
|
||||||
.window-caption {
|
.window-caption {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user