CSS work
This commit is contained in:
@@ -42,6 +42,16 @@ textarea{
|
|||||||
background-color: black;
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.archive{
|
||||||
|
background: red;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.archive.hover{
|
||||||
|
background: orange;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
.error {
|
.error {
|
||||||
background-color: red;
|
background-color: red;
|
||||||
color: black;
|
color: black;
|
||||||
|
|||||||
@@ -70,8 +70,7 @@ td, tr{
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
width: 200px;
|
padding: 7px 30px;
|
||||||
height: 30px;
|
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
@@ -70,8 +70,7 @@ td, tr{
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
width: 200px;
|
padding: 7px 30px;
|
||||||
height: 30px;
|
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
@@ -41,6 +41,15 @@ textarea{
|
|||||||
background-color: lightcyan;;
|
background-color: lightcyan;;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.archive{
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.archive.hover{
|
||||||
|
background: lightblue;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
.error {
|
.error {
|
||||||
background-color: red;
|
background-color: red;
|
||||||
color: black;
|
color: black;
|
||||||
|
|||||||
@@ -70,8 +70,7 @@ td, tr{
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
width: 200px;
|
padding: 7px 30px;
|
||||||
height: 30px;
|
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user