vrifox/gitea-theme
Archived
1
0
Fork 0
This commit is contained in:
Vrifox 2020-12-12 17:05:13 +01:00
parent 2fb5874999
commit d2817a94d6
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -1027,8 +1027,8 @@
}
}
}
.warning.message {
@if $nologin == true {
@if $nologin == true {
.warning.message {
display: none;
}
}
@ -1037,6 +1037,11 @@
& {
.metas {
background: $bg50;
@if $nojavascript {
.dropdown.icon {
display: none;
}
}
.disabled {
&.select-label,
&.select-milestone,
@ -1074,8 +1079,8 @@
}
}
#deadline-loader { // Time Tracker
.negative.message {
@if $nojavascript == true {
@if $nojavascript == true {
.negative.message {
display: none;
}
}
@ -1457,9 +1462,11 @@
.diff-detail-box {
background: $bg50;
border: 0;
border-radius: $border-radius $border-radius 0 0;
color: $white;
margin: 0;
padding: 10px;
position: relative;
.button {
background: $bg70;
color: $white;
@ -1535,6 +1542,7 @@
}
.diff-file-box {
.diff-file-header {
margin: 0;
.fold-code {
@if $nojavascript == true {
display: none;
@ -1575,6 +1583,9 @@
}
}
.diff-file-body {
width: 100%;
margin: 0;
max-width: 100%;
.file-body {
table {
tbody {