Remove .tab:hover
This commit is contained in:
parent
e48cde008a
commit
27ea1d528e
1 changed files with 1 additions and 6 deletions
|
@ -6922,7 +6922,7 @@ input[type=checkbox] { position: relative; z-index: 20; }
|
|||
.menu .tab
|
||||
{
|
||||
position: relative; display: inline-block; border: 0px solid red;
|
||||
margin: 0; list-style: none; z-index: 110; cursor: pointer;
|
||||
margin: 0; list-style: none; z-index: 110;
|
||||
top: 1px; padding: 10px 20px; width: 770px; /* 120px */ text-align: center;
|
||||
}
|
||||
.menu .tab.selected
|
||||
|
@ -6930,11 +6930,6 @@ input[type=checkbox] { position: relative; z-index: 20; }
|
|||
cursor: default;
|
||||
background-color: #FFF; margin: 6px 16px; padding: 4px; border-radius: 5px;
|
||||
}
|
||||
.menu .tab:hover
|
||||
{
|
||||
background-color: #FFF; margin: 6px 16px; padding: 4px; border-radius: 5px;
|
||||
}
|
||||
.menu .tab.selected:hover { color: #000; }
|
||||
|
||||
.pagebreak { height: 50px; }
|
||||
.commands { border-bottom: 2px solid #f4b517; padding: 10px 2px; margin-bottom: 0; }
|
||||
|
|
Loading…
Reference in a new issue