@@ -46,6 +46,11 @@ textarea{
|
|||||||
background-color: black;
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr:hover{
|
||||||
|
background: darkred;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
.archive{
|
.archive{
|
||||||
background: red;
|
background: red;
|
||||||
color: black;
|
color: black;
|
||||||
|
|||||||
@@ -45,6 +45,11 @@ textarea{
|
|||||||
background-color: #333;
|
background-color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr:hover{
|
||||||
|
background: orange;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
.archive{
|
.archive{
|
||||||
background: black;
|
background: black;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -41,6 +41,10 @@ textarea{
|
|||||||
background-color: lightcyan;;
|
background-color: lightcyan;;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr:hover{
|
||||||
|
background: #afffff;
|
||||||
|
}
|
||||||
|
|
||||||
.archive{
|
.archive{
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user