Skip to content

Commit 33a7c96

Browse files
committed
the default sorting is recent, it remembers your last sorting category, izombie code was cleaned up a lot
1 parent a31ace6 commit 33a7c96

File tree

6 files changed

+302
-360
lines changed

6 files changed

+302
-360
lines changed

game/Custom.css

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ input[type="checkbox"]:checked {
10821082
border: solid transparent;
10831083
border-width: 100px 0 0 25px;
10841084
width: calc(100% - 50px);
1085-
height: calc(100% - 145px);
1085+
height: 439px;
10861086
overflow-y: auto;
10871087
overflow-x: hidden;
10881088
position: relative;
@@ -1164,6 +1164,7 @@ input[type="checkbox"]:checked {
11641164
.iz-pagination-current {
11651165
cursor: url(images/interface/Cursor.cur), default !important;
11661166
pointer-events: none;
1167+
filter: brightness(0.7);
11671168
}
11681169
.iz-pagination-first,
11691170
.iz-pagination-last {
@@ -1172,6 +1173,14 @@ input[type="checkbox"]:checked {
11721173
.iz-pagination-button:disabled {
11731174
display: none;
11741175
}
1176+
.iz-pagination-first:disabled,
1177+
.iz-pagination-last:disabled,
1178+
.iz-pagination-next:disabled,
1179+
.iz-pagination-prev:disabled {
1180+
display: inline;
1181+
opacity: 0.5;
1182+
pointer-events: none;
1183+
}
11751184
.iz-level-thumbnail-background {
11761185
width: 210px;
11771186
height: 90px;
@@ -1184,13 +1193,13 @@ input[type="checkbox"]:checked {
11841193
top: 60px;
11851194
left: 10px;
11861195
width: 89px !important;
1187-
background: url("images/interface/refreshbutton.png") center top !important;
1196+
background-image: url("images/interface/refreshbutton.png") !important;
11881197
}
11891198
.iz-sort {
11901199
padding-right: 20px !important;
11911200
position: absolute;
11921201
top: 60px;
11931202
left: 801px;
11941203
width: 89px !important;
1195-
background: url("images/interface/sortbutton.png") center top !important;
1204+
background-image: url("images/interface/sortbutton.png") !important;
11961205
}

0 commit comments

Comments
 (0)