fix dark "expand" button from infobox
This commit is contained in:
@@ -132,6 +132,16 @@ ul.nav li a {
|
||||
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{
|
||||
background: none;
|
||||
}
|
||||
|
||||
@@ -50,6 +50,11 @@
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin-bottom: 0px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.infobox_toggle:hover {
|
||||
background: @mild-gray;
|
||||
}
|
||||
|
||||
// Shrink infobox size when toggle is off
|
||||
|
||||
Reference in New Issue
Block a user