mirror of https://gitee.com/bigwinds/arangodb
Removed overspecified css entry
This commit is contained in:
parent
d4227b32ef
commit
ed8a60226c
|
@ -254,17 +254,17 @@ li:hover h6, li.hover h6 {
|
||||||
|
|
||||||
/*Dashboard Checkbox*/
|
/*Dashboard Checkbox*/
|
||||||
.dropdownOut input[type=checkbox].css-checkbox,
|
.dropdownOut input[type=checkbox].css-checkbox,
|
||||||
|
.headerDropdown input[type=checkbox].css-checkbox,
|
||||||
#dashboardDropdownOut input[type=checkbox].css-checkbox,
|
#dashboardDropdownOut input[type=checkbox].css-checkbox,
|
||||||
#transparentHeader input[type=checkbox].css-checkbox,
|
#transparentHeader input[type=checkbox].css-checkbox,
|
||||||
#collectionsDropdown input[type=checkbox].css-checkbox,
|
#collectionsDropdown input[type=checkbox].css-checkbox {
|
||||||
#foxxDropdown input[type=checkbox].css-checkbox {
|
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdownOut input[type=checkbox].css-checkbox + label.css-label,
|
.dropdownOut input[type=checkbox].css-checkbox + label.css-label,
|
||||||
|
.headerDropdown input[type=checkbox].css-checkbox + label.css-label,
|
||||||
#dashboardDropdownOut input[type=checkbox].css-checkbox + label.css-label,
|
#dashboardDropdownOut input[type=checkbox].css-checkbox + label.css-label,
|
||||||
#transparentHeader input[type=checkbox].css-checkbox + label.css-label,
|
#transparentHeader input[type=checkbox].css-checkbox + label.css-label,
|
||||||
#foxxDropdownOut input[type=checkbox].css-checkbox + label.css-label,
|
|
||||||
#collectionsDropdown input[type=checkbox].css-checkbox + label.css-label {
|
#collectionsDropdown input[type=checkbox].css-checkbox + label.css-label {
|
||||||
padding-left:20px;
|
padding-left:20px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
|
@ -278,9 +278,9 @@ li:hover h6, li.hover h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdownOut input[type=checkbox].css-checkbox:checked + label.css-label,
|
.dropdownOut input[type=checkbox].css-checkbox:checked + label.css-label,
|
||||||
|
.headerDropdown input[type=checkbox].css-checkbox + label.css-label,
|
||||||
#dashboardDropdownOut input[type=checkbox].css-checkbox:checked + label.css-label,
|
#dashboardDropdownOut input[type=checkbox].css-checkbox:checked + label.css-label,
|
||||||
#transparentHeader input[type=checkbox].css-checkbox:checked + label.css-label,
|
#transparentHeader input[type=checkbox].css-checkbox:checked + label.css-label,
|
||||||
#foxxDropdownOut input[type=checkbox].css-checkbox:checked + label.css-label,
|
|
||||||
#collectionsDropdown input[type=checkbox].css-checkbox:checked + label.css-label {
|
#collectionsDropdown input[type=checkbox].css-checkbox:checked + label.css-label {
|
||||||
background-position: 0 -15px;
|
background-position: 0 -15px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue