Gnome-Shell: Upload for gnome-shell 3.36.4
This commit is contained in:
parent
4789e40f4e
commit
af27429cc2
@ -587,7 +587,7 @@ StScrollBar {
|
|||||||
.world-clocks-button .world-clocks-time {
|
.world-clocks-button .world-clocks-time {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #eeeeec;
|
color: #eeeeec;
|
||||||
font-feature-settings: "lnum";
|
font-feature-settings: "tnum";
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
text-align: right; }
|
text-align: right; }
|
||||||
.world-clocks-button .world-clocks-timezone {
|
.world-clocks-button .world-clocks-timezone {
|
||||||
|
|||||||
@ -586,7 +586,7 @@ StScrollBar {
|
|||||||
.world-clocks-button .world-clocks-time {
|
.world-clocks-button .world-clocks-time {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #5c616c;
|
color: #5c616c;
|
||||||
font-feature-settings: "lnum";
|
font-feature-settings: "tnum";
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
text-align: right; }
|
text-align: right; }
|
||||||
.world-clocks-button .world-clocks-timezone {
|
.world-clocks-button .world-clocks-timezone {
|
||||||
|
|||||||
@ -204,7 +204,7 @@
|
|||||||
.world-clocks-time {
|
.world-clocks-time {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: $fg_color;
|
color: $fg_color;
|
||||||
font-feature-settings: "lnum";
|
font-feature-settings: "tnum";
|
||||||
@include fontsize($base_font_size);
|
@include fontsize($base_font_size);
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,7 +4,7 @@ GREEN='\033[0;32m'
|
|||||||
YELLOW='\033[0;33m'
|
YELLOW='\033[0;33m'
|
||||||
RESET='\033[0m'
|
RESET='\033[0m'
|
||||||
|
|
||||||
VERSION=3.36.2
|
VERSION=3.36.4
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo -e " $YELLOW[ i ]$RESET Upstream version $VERSION"
|
echo -e " $YELLOW[ i ]$RESET Upstream version $VERSION"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user