Browse Source

css work

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
module/timetracking
Stephan Richter 3 weeks ago
parent
commit
6b11c9e038
  1. 5
      web/src/main/resources/web/css/bloodshed-color.css
  2. 5
      web/src/main/resources/web/css/default-color.css
  3. 4
      web/src/main/resources/web/css/winter-color.css

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

@ -46,6 +46,11 @@ textarea{ @@ -46,6 +46,11 @@ textarea{
background-color: black;
}
tr:hover{
background: darkred;
color: black;
}
.archive{
background: red;
color: black;

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

@ -45,6 +45,11 @@ textarea{ @@ -45,6 +45,11 @@ textarea{
background-color: #333;
}
tr:hover{
background: orange;
color: black;
}
.archive{
background: black;
}

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

@ -41,6 +41,10 @@ textarea{ @@ -41,6 +41,10 @@ textarea{
background-color: lightcyan;;
}
tr:hover{
background: #afffff;
}
.archive{
background: white;
}

Loading…
Cancel
Save