filters fix

This commit is contained in:
Mariu 2022-04-01 15:37:46 +02:00
parent 427fb402ef
commit f940c6425e
4 changed files with 68 additions and 4 deletions

View file

@ -1200,6 +1200,10 @@ h5.fandoms.heading {
Filters!
============
*/
.filters fieldset {
padding: 0px;
}
.filters .expander,
.filters .expanded .expander {
/*
@ -1358,6 +1362,14 @@ input[type=checkbox]:hover,
border: none;
}
.filters dt {
min-width: auto;
}
.filters {
font-size: 90%;
}
form.search input[type=text],
dd.autocomplete li.input,
input[type=radio],

View file

@ -1139,7 +1139,7 @@ a.tag,
a.tag:visited,
a.tag:link {
display: inline-block;
padding: 4px 7px;
padding: 3px 7px;
margin: 4px 0px;
border: 2px solid #772d47;
border-radius: 5px;
@ -1149,6 +1149,11 @@ a.tag:link {
content: "";
}
h5.fandoms.heading {
/*this removes the commas in the fandom tags (yeah, it's weird)*/
color: transparent;
}
.favorite a.tag {
border: none;
}
@ -1195,6 +1200,10 @@ a.tag:link {
Filters!
============
*/
.filters fieldset {
padding: 0px;
}
.filters .expander,
.filters .expanded .expander {
/*
@ -1340,13 +1349,27 @@ input[type=checkbox]:hover,
input[type=checkbox]:checked,
input[type=radio]:checked,
.actions input[type=checkbox]:checked,
label.action input[type=checkbox]:checked,
input[type=checkbox]:hover,
.actions input[type=checkbox]:hover {
label.action input[type=checkbox]:checked {
background-color: #772d47;
border: none;
}
input[type=checkbox]:hover,
.actions input[type=checkbox]:hover, .filters [type=checkbox]:hover + .indicator:before,
.filters [type=radio]:hover + .indicator:before,
.filters .exclude [type=checkbox]:hover + .indicator:before {
background-color: #976a7a;
border: none;
}
.filters dt {
min-width: auto;
}
.filters {
font-size: 90%;
}
form.search input[type=text],
dd.autocomplete li.input,
input[type=radio],
@ -1801,6 +1824,11 @@ ul.notes,
background-color: #c8c6c6;
}
#outer .pagination .current {
color: #772d47;
background: #afacac;
}
#footer .heading, #footer a, #footer {
/*changes the color of the footer text. Necessary for squidgeworld*/
color: #b2afaf;

View file

@ -1191,6 +1191,10 @@ h5.fandoms.heading {
Filters!
============
*/
.filters fieldset {
padding: 0px;
}
.filters .expander,
.filters .expanded .expander {
/*
@ -1349,6 +1353,14 @@ input[type=checkbox]:hover,
border: none;
}
.filters dt {
min-width: auto;
}
.filters {
font-size: 90%;
}
form.search input[type=text],
dd.autocomplete li.input,
input[type=radio],

View file

@ -1191,6 +1191,10 @@ h5.fandoms.heading {
Filters!
============
*/
.filters fieldset {
padding: 0px;
}
.filters .expander,
.filters .expanded .expander {
/*
@ -1349,6 +1353,14 @@ input[type=checkbox]:hover,
border: none;
}
.filters dt {
min-width: auto;
}
.filters {
font-size: 90%;
}
form.search input[type=text],
dd.autocomplete li.input,
input[type=radio],