Gnome-Shell: Upload for gnome-shell 3.36.4

This commit is contained in:
Daniel Ruiz de Alegría 2020-07-08 16:24:40 +02:00
parent 4789e40f4e
commit af27429cc2
4 changed files with 4 additions and 4 deletions

View File

@ -587,7 +587,7 @@ StScrollBar {
.world-clocks-button .world-clocks-time {
font-weight: bold;
color: #eeeeec;
font-feature-settings: "lnum";
font-feature-settings: "tnum";
font-size: 11pt;
text-align: right; }
.world-clocks-button .world-clocks-timezone {

View File

@ -586,7 +586,7 @@ StScrollBar {
.world-clocks-button .world-clocks-time {
font-weight: bold;
color: #5c616c;
font-feature-settings: "lnum";
font-feature-settings: "tnum";
font-size: 11pt;
text-align: right; }
.world-clocks-button .world-clocks-timezone {

View File

@ -204,7 +204,7 @@
.world-clocks-time {
font-weight: bold;
color: $fg_color;
font-feature-settings: "lnum";
font-feature-settings: "tnum";
@include fontsize($base_font_size);
text-align: right;
}

View File

@ -4,7 +4,7 @@ GREEN='\033[0;32m'
YELLOW='\033[0;33m'
RESET='\033[0m'
VERSION=3.36.2
VERSION=3.36.4
echo
echo -e " $YELLOW[ i ]$RESET Upstream version $VERSION"