mirror of
https://github.com/simon987/nyaa.git
synced 2025-12-16 08:19:05 +00:00
Update buttons and css.
This commit is contained in:
14
nyaa/static/css/main.css
Normal file → Executable file
14
nyaa/static/css/main.css
Normal file → Executable file
@@ -256,3 +256,17 @@ a.text-purple:hover, a.text-purple:active, a.text-purple:focus { color: #a760e0;
|
||||
.avatar {
|
||||
max-width: 120px;
|
||||
}
|
||||
|
||||
.btn-grey {
|
||||
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;
|
||||
}
|
||||
.btn span.glyphicon {
|
||||
opacity: 0;
|
||||
}
|
||||
.btn.active span.glyphicon {
|
||||
opacity: 1;
|
||||
|
||||
Reference in New Issue
Block a user