mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 01:30:31 +08:00
fixed menubar in safari
This commit is contained in:
parent
f8a33e4445
commit
b79b7e3975
@ -12,7 +12,7 @@ img#logo {
|
|||||||
-webkit-filter: invert(0.7);
|
-webkit-filter: invert(0.7);
|
||||||
filter: invert(0.7);
|
filter: invert(0.7);
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
padding: 13px 15px;
|
padding-left: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#ctl {
|
ul#ctl {
|
||||||
@ -24,9 +24,12 @@ ul#ctl {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 50px;
|
||||||
z-index: 2147483647;
|
z-index: 2147483647;
|
||||||
}
|
}
|
||||||
ul#ctl li.ctl-logo {
|
ul#ctl li.ctl-logo {
|
||||||
|
line-height: 50px;
|
||||||
|
margin-top: -2px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
ul#ctl li.ctl-right-actions {
|
ul#ctl li.ctl-right-actions {
|
||||||
@ -38,14 +41,15 @@ ul#ctl img {
|
|||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
ul#ctl li a.ctl-item {
|
ul#ctl li a.ctl-item {
|
||||||
|
line-height: 50px;
|
||||||
outline: none;
|
outline: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-left: var(--black-border);
|
border-left: var(--black-border);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: var(--fg-color-normal);
|
color: var(--fg-color-normal);
|
||||||
padding: 15px 16px;
|
padding-left: 16px;
|
||||||
|
padding-right: 16px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
height: 20px;
|
|
||||||
}
|
}
|
||||||
ul#ctl li a.ctl-item:hover:not(.active) {
|
ul#ctl li a.ctl-item:hover:not(.active) {
|
||||||
background-color: var(--bg-color-hovered);
|
background-color: var(--bg-color-hovered);
|
||||||
@ -82,7 +86,7 @@ div.ctl-dropdown-content button {
|
|||||||
height: 30px;
|
height: 30px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 0 15px;
|
padding: 0 16px;
|
||||||
outline: none;
|
outline: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user