CSS work
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -41,6 +41,15 @@ textarea{
|
||||
background-color: lightcyan;;
|
||||
}
|
||||
|
||||
.archive{
|
||||
background: white;
|
||||
}
|
||||
|
||||
.archive.hover{
|
||||
background: lightblue;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.error {
|
||||
background-color: red;
|
||||
color: black;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user