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;
|
||||
}
|
||||
|
||||
tr:hover .taglist .tag {
|
||||
border-color: black;
|
||||
}
|
||||
|
||||
tr:hover .taglist .tag button {
|
||||
background: darkred;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.archive{
|
||||
background: red;
|
||||
color: black;
|
||||
|
||||
@@ -54,6 +54,15 @@ tr:hover a{
|
||||
color: black;
|
||||
}
|
||||
|
||||
tr:hover .taglist .tag {
|
||||
border-color: black;
|
||||
}
|
||||
|
||||
tr:hover .taglist .tag button {
|
||||
background: orange;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.archive{
|
||||
background: black;
|
||||
}
|
||||
|
||||
@@ -45,6 +45,19 @@ tr:hover{
|
||||
background: #afffff;
|
||||
}
|
||||
|
||||
tr:hover a{
|
||||
color: black;
|
||||
}
|
||||
|
||||
tr:hover .taglist .tag {
|
||||
border-color: black;
|
||||
}
|
||||
|
||||
tr:hover .taglist .tag button {
|
||||
//background: orange;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.archive{
|
||||
background: white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user