Update buttons and css.

This commit is contained in:
snowfag
2017-05-23 01:17:18 -04:00
parent f32d1a0c64
commit ad8a5c0d1c
3 changed files with 67 additions and 42 deletions

14
nyaa/static/css/main.css Normal file → Executable file
View 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;