mirror of
https://github.com/simon987/nyaa.git
synced 2025-12-16 00:09:05 +00:00
fix #173 and add avatar to mod user info
add rank color to username everywhere some other minor changes
This commit is contained in:
@@ -258,15 +258,16 @@ a.text-purple:hover, a.text-purple:active, a.text-purple:focus { color: #a760e0;
|
||||
}
|
||||
|
||||
.btn-grey {
|
||||
color: #000000;
|
||||
background-color: #cccfd2;
|
||||
border-color: #ccc;
|
||||
color: #000000;
|
||||
background-color: #cccfd2;
|
||||
border-color: #ccc;
|
||||
}
|
||||
.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active, .open > .dropdown-toggle.btn-grey {
|
||||
background-color: #aaaaaa;
|
||||
background-color: #aaaaaa;
|
||||
}
|
||||
.btn span.glyphicon {
|
||||
opacity: 0;
|
||||
}
|
||||
.btn.active span.glyphicon {
|
||||
opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user