Albirew/nyaa-pantsu
Albirew
/
nyaa-pantsu
Archivé
1
0
Bifurcation 0

missing background color,

fix missing background color on markdown editor on torrent view page
fix missing classic styling on "Upload to Nyaa/Sukebei" button
Cette révision appartient à :
kilo 2017-11-29 11:07:01 +01:00 révisé par GitHub
Parent a2ea5b3bea
révision 28c386d35d
Signature inconnue de Forgejo
ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 5 ajouts et 3 suppressions

Voir le fichier

@ -454,7 +454,7 @@ span.comment-user:hover {
float: right;
margin-top: 7px;
}
.torrent-buttons a, .torrent-buttons button {
.torrent-buttons a, .torrent-buttons button, .torrent-buttons input[type="submit"] {
height: 26px!important;
background: linear-gradient(to bottom, #33ca98 0%, #336867 72%);
color: white!important;
@ -465,9 +465,9 @@ span.comment-user:hover {
border: none;
padding: 2px 7px;
margin-right: 6px;
float: left;
float: left!important;
}
.sukebei .torrent-buttons a, .sukebei .torrent-buttons button {
.sukebei .torrent-buttons a, .sukebei .torrent-buttons button, .sukebei .torrent-buttons input[type="submit"] {
background: linear-gradient(to bottom, #CA3346 5%, #482120 80%);
}
.torrent-buttons a.hidden {
@ -476,6 +476,7 @@ span.comment-user:hover {
}
.torrent-buttons a:hover {
text-decoration: none;
cursor: pointer;
}
.torrent-buttons div {
margin-right: 0!important;
@ -733,6 +734,7 @@ span.tag {
.comment-form .editor-toolbar a {
width: 24px;
height: 20px;
background: #fbfbfb;
}
.editor-toolbar a:before {
line-height: 25px;