Small UI fix

This commit is contained in:
Magnus Åhall 2024-06-25 18:19:15 +02:00
parent 5ff6bc595c
commit 047f39cfa7
7 changed files with 15 additions and 13 deletions

View File

@ -4,7 +4,7 @@
grid-gap: 8px 16px; grid-gap: 8px 16px;
margin-top: 16px; margin-top: 16px;
background-color: #2979b8; background-color: #2979b8;
padding: 16px; padding: 16px 24px;
width: min-content; width: min-content;
border-top-left-radius: 8px; border-top-left-radius: 8px;
border-top-right-radius: 8px; border-top-right-radius: 8px;
@ -22,7 +22,7 @@
#datapoints .header { #datapoints .header {
font-weight: 800; font-weight: 800;
font-size: 0.85em; font-size: 0.85em;
color: #555; color: #7bb8eb;
} }
#datapoints div { #datapoints div {
white-space: nowrap; white-space: nowrap;

View File

@ -6,7 +6,7 @@
margin-top: 32px; margin-top: 32px;
margin-bottom: 32px; margin-bottom: 32px;
background-color: #2979b8; background-color: #2979b8;
padding: 16px; padding: 16px 24px;
width: min-content; width: min-content;
border-top-left-radius: 8px; border-top-left-radius: 8px;
border-top-right-radius: 8px; border-top-right-radius: 8px;
@ -19,6 +19,7 @@
#problems-list .header, #problems-list .header,
#acknowledged-list .header { #acknowledged-list .header {
font-weight: 800; font-weight: 800;
color: #7bb8eb;
} }
#problems-list .trigger, #problems-list .trigger,
#acknowledged-list .trigger { #acknowledged-list .trigger {

View File

@ -4,7 +4,7 @@
grid-gap: 8px 16px; grid-gap: 8px 16px;
margin-top: 16px; margin-top: 16px;
background-color: #333; background-color: #333;
padding: 16px; padding: 16px 24px;
width: min-content; width: min-content;
border-top-left-radius: 8px; border-top-left-radius: 8px;
border-top-right-radius: 8px; border-top-right-radius: 8px;
@ -22,7 +22,7 @@
#datapoints .header { #datapoints .header {
font-weight: 800; font-weight: 800;
font-size: 0.85em; font-size: 0.85em;
color: #d5c4a1; color: #777;
} }
#datapoints div { #datapoints div {
white-space: nowrap; white-space: nowrap;

View File

@ -6,7 +6,7 @@
margin-top: 32px; margin-top: 32px;
margin-bottom: 32px; margin-bottom: 32px;
background-color: #333; background-color: #333;
padding: 16px; padding: 16px 24px;
width: min-content; width: min-content;
border-top-left-radius: 8px; border-top-left-radius: 8px;
border-top-right-radius: 8px; border-top-right-radius: 8px;
@ -19,6 +19,7 @@
#problems-list .header, #problems-list .header,
#acknowledged-list .header { #acknowledged-list .header {
font-weight: 800; font-weight: 800;
color: #777;
} }
#problems-list .trigger, #problems-list .trigger,
#acknowledged-list .trigger { #acknowledged-list .trigger {

View File

@ -6,7 +6,7 @@
grid-gap: 8px 16px; grid-gap: 8px 16px;
margin-top: 16px; margin-top: 16px;
background-color: @bg3; background-color: @bg3;
padding: 16px; padding: 16px 24px;
width: min-content; width: min-content;
border-top-left-radius: 8px; border-top-left-radius: 8px;
border-top-right-radius: 8px; border-top-right-radius: 8px;
@ -27,7 +27,7 @@
.header { .header {
font-weight: @bold; font-weight: @bold;
font-size: 0.85em; font-size: 0.85em;
color: @text1; color: @text3;
} }
div { div {

View File

@ -8,10 +8,9 @@ do
clear clear
for THEME in $(ls theme-*.less | sed -e 's/^theme-\(.*\)\.less$/\1/'); do for THEME in $(ls theme-*.less | sed -e 's/^theme-\(.*\)\.less$/\1/'); do
if make -j12; then export THEME=$THEME
: make -j12
#curl -s http://notes.lan:1371/_ws/css_update #curl -s http://notes.lan:1371/_ws/css_update
fi
done done
echo -e "\n\e[32;1mOK!\e[0m" echo -e "\n\e[32;1mOK!\e[0m"
sleep 1 sleep 1

View File

@ -7,7 +7,7 @@
margin-top: 32px; margin-top: 32px;
margin-bottom: 32px; margin-bottom: 32px;
background-color: @bg3; background-color: @bg3;
padding: 16px; padding: 16px 24px;
width: min-content; width: min-content;
border-top-left-radius: 8px; border-top-left-radius: 8px;
border-top-right-radius: 8px; border-top-right-radius: 8px;
@ -19,6 +19,7 @@
.header { .header {
font-weight: @bold; font-weight: @bold;
color: @text3;
} }
.trigger { .trigger {