improved gui

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-25 22:42:27 +01:00
parent 23be69e8eb
commit 50fa610837
8 changed files with 27 additions and 12 deletions

View File

@@ -232,6 +232,14 @@ textarea{
max-height: unset;
}
.message.settings label{
display: block;
}
.message.settings td{
vertical-align: middle;
}
.project th,
.task th{
text-align: right;

View File

@@ -134,11 +134,6 @@ tr:hover .taglist .tag button {
backdrop-filter: blur(3px);
}
.settings{
background-color: black;
border-color: orange;
}
.start_end button.join{
background-color: none;
color: orange;
@@ -295,6 +290,7 @@ tr:hover .taglist .tag button {
border-color: orange;
color: orange;
}
.easylist fieldset {
border-color: #ff7726;
color: #ff7726;

View File

@@ -327,6 +327,7 @@ textarea{
.message.settings label{
display: block;
}
.message.settings td{
vertical-align: middle;
}

View File

@@ -119,11 +119,6 @@ tr:hover .taglist .tag button {
backdrop-filter: blur(3px);
}
.settings {
background-color: black;
border-color: blue;
}
.states .active{
background: #dfe4ff;
}
@@ -165,7 +160,6 @@ tr:hover .taglist .tag button {
background: white;
}
.version a.selected{
border-color: orange;
}
@@ -279,6 +273,7 @@ tr:hover .taglist .tag button {
color: blue;
background: #dfe4ff;
}
.easylist fieldset {
border-color: blue;
color: blue;

View File

@@ -232,6 +232,13 @@ textarea{
max-height: unset;
}
.message.settings label{
display: block;
}
.message.settings td{
vertical-align: middle;
}
.project th,
.task th{
text-align: right;