mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
Unlim toggle UI items
This commit is contained in:
parent
01963489ab
commit
b5d87dfc06
4 changed files with 38 additions and 1 deletions
|
@ -154,6 +154,7 @@ label:active {
|
|||
display: block;
|
||||
float: left;
|
||||
margin-bottom: 1px;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.nav-logo {
|
||||
|
@ -291,6 +292,7 @@ label:active {
|
|||
.top.small .submenu{
|
||||
position: fixed;
|
||||
top: 82px;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.submenu .wrapper{
|
||||
|
@ -1280,6 +1282,7 @@ label:active {
|
|||
color: #2361a1;
|
||||
padding-left: 3px;
|
||||
margin-left: -36px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.hide-password:hover {
|
||||
|
@ -1314,3 +1317,10 @@ label:active {
|
|||
-khtml-opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.unlim-trigger {
|
||||
cursor: pointer;
|
||||
margin-left: -36px;
|
||||
padding-left: 3px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue