Browse Source

CSS work

module/projects
Stephan Richter 4 weeks ago
parent
commit
6976b20ebe
  1. 10
      web/src/main/resources/web/css/bloodshed-color.css
  2. 3
      web/src/main/resources/web/css/bloodshed.css
  3. 3
      web/src/main/resources/web/css/default.css
  4. 9
      web/src/main/resources/web/css/winter-color.css
  5. 3
      web/src/main/resources/web/css/winter.css

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

@ -42,6 +42,16 @@ textarea{ @@ -42,6 +42,16 @@ textarea{
background-color: black;
}
.archive{
background: red;
color: black;
}
.archive.hover{
background: orange;
color: black;
}
.error {
background-color: red;
color: black;

3
web/src/main/resources/web/css/bloodshed.css

@ -70,8 +70,7 @@ td, tr{ @@ -70,8 +70,7 @@ td, tr{
position: fixed;
top: 10px;
right: 10px;
width: 200px;
height: 30px;
padding: 7px 30px;
z-index: 100;
border-radius: 5px;
text-align: center;

3
web/src/main/resources/web/css/default.css

@ -70,8 +70,7 @@ td, tr{ @@ -70,8 +70,7 @@ td, tr{
position: fixed;
top: 10px;
right: 10px;
width: 200px;
height: 30px;
padding: 7px 30px;
z-index: 100;
border-radius: 5px;
text-align: center;

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

@ -41,6 +41,15 @@ textarea{ @@ -41,6 +41,15 @@ textarea{
background-color: lightcyan;;
}
.archive{
background: white;
}
.archive.hover{
background: lightblue;
color: black;
}
.error {
background-color: red;
color: black;

3
web/src/main/resources/web/css/winter.css

@ -70,8 +70,7 @@ td, tr{ @@ -70,8 +70,7 @@ td, tr{
position: fixed;
top: 10px;
right: 10px;
width: 200px;
height: 30px;
padding: 7px 30px;
z-index: 100;
border-radius: 5px;
text-align: center;

Loading…
Cancel
Save