forked from Ponysearch/Ponysearch
fix dark "expand" button from infobox
This commit is contained in:
parent
ae122ea943
commit
419b907a0b
8 changed files with 35 additions and 4 deletions
|
@ -341,6 +341,10 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.infobox .infobox_toggle:hover {
|
||||||
|
background: #DDD;
|
||||||
}
|
}
|
||||||
.infobox .infobox_checkbox ~ .infobox_body {
|
.infobox .infobox_checkbox ~ .infobox_body {
|
||||||
max-height: 300px;
|
max-height: 300px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -314,6 +314,10 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.infobox .infobox_toggle:hover {
|
||||||
|
background: #DDD;
|
||||||
}
|
}
|
||||||
.infobox .infobox_checkbox ~ .infobox_body {
|
.infobox .infobox_checkbox ~ .infobox_body {
|
||||||
max-height: 300px;
|
max-height: 300px;
|
||||||
|
@ -991,6 +995,14 @@ ul.nav li a {
|
||||||
background: #1d1f21 !important;
|
background: #1d1f21 !important;
|
||||||
border-color: #111 !important;
|
border-color: #111 !important;
|
||||||
}
|
}
|
||||||
|
.panel-footer {
|
||||||
|
color: #C5C8C6 !important;
|
||||||
|
background: #282a2e !important;
|
||||||
|
border-top: 1px solid #111 !important;
|
||||||
|
}
|
||||||
|
.infobox_toggle:hover {
|
||||||
|
background: #3d3f43 !important;
|
||||||
|
}
|
||||||
p.btn.btn-default {
|
p.btn.btn-default {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -132,6 +132,16 @@ ul.nav li a {
|
||||||
border-color: #111 !important;
|
border-color: #111 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.panel-footer {
|
||||||
|
color: #C5C8C6 !important;
|
||||||
|
background: #282a2e !important;
|
||||||
|
border-top: 1px solid #111 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.infobox_toggle:hover {
|
||||||
|
background: #3d3f43 !important;
|
||||||
|
}
|
||||||
|
|
||||||
p.btn.btn-default{
|
p.btn.btn-default{
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -50,6 +50,11 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.infobox_toggle:hover {
|
||||||
|
background: @mild-gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Shrink infobox size when toggle is off
|
// Shrink infobox size when toggle is off
|
||||||
|
|
Loading…
Reference in a new issue