CSS improvements
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -55,6 +55,15 @@ tr:hover a{
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr:hover .taglist .tag {
|
||||||
|
border-color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr:hover .taglist .tag button {
|
||||||
|
background: darkred;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
.archive{
|
.archive{
|
||||||
background: red;
|
background: red;
|
||||||
color: black;
|
color: black;
|
||||||
|
|||||||
@@ -54,6 +54,15 @@ tr:hover a{
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr:hover .taglist .tag {
|
||||||
|
border-color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr:hover .taglist .tag button {
|
||||||
|
background: orange;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
.archive{
|
.archive{
|
||||||
background: black;
|
background: black;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -45,6 +45,19 @@ tr:hover{
|
|||||||
background: #afffff;
|
background: #afffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr:hover a{
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr:hover .taglist .tag {
|
||||||
|
border-color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr:hover .taglist .tag button {
|
||||||
|
//background: orange;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
.archive{
|
.archive{
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user