Browse Source

CSS improvements

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
dev
Stephan Richter 3 days ago
parent
commit
e9ab2ea5c6
  1. 9
      web/src/main/resources/web/css/bloodshed-color.css
  2. 9
      web/src/main/resources/web/css/default-color.css
  3. 13
      web/src/main/resources/web/css/winter-color.css

9
web/src/main/resources/web/css/bloodshed-color.css

@ -55,6 +55,15 @@ tr:hover a{
color: black; color: black;
} }
tr:hover .taglist .tag {
border-color: black;
}
tr:hover .taglist .tag button {
background: darkred;
color: black;
}
.archive{ .archive{
background: red; background: red;
color: black; color: black;

9
web/src/main/resources/web/css/default-color.css

@ -54,6 +54,15 @@ tr:hover a{
color: black; color: black;
} }
tr:hover .taglist .tag {
border-color: black;
}
tr:hover .taglist .tag button {
background: orange;
color: black;
}
.archive{ .archive{
background: black; background: black;
} }

13
web/src/main/resources/web/css/winter-color.css

@ -45,6 +45,19 @@ tr:hover{
background: #afffff; background: #afffff;
} }
tr:hover a{
color: black;
}
tr:hover .taglist .tag {
border-color: black;
}
tr:hover .taglist .tag button {
//background: orange;
color: black;
}
.archive{ .archive{
background: white; background: white;
} }

Loading…
Cancel
Save