fixing classes

This commit is contained in:
Mario Vavti
2017-03-10 17:02:55 +01:00
parent b1c97dfcfd
commit 0f9ddbf3b2
24 changed files with 73 additions and 93 deletions

View File

@@ -20,34 +20,15 @@
.widget-nav-pills-icons {
opacity: 0;
padding: 6px 10px;
float: right;
position: relative;
z-index:1;
}
.widget-nav-pills-checkbox {
padding: 6px 10px;
padding: 0.6rem 1.4rem;
float: right;
position: relative;
z-index:1;
cursor: pointer;
}
i.widget-nav-pills-icons,
i.widget-nav-pills-checkbox {
margin-top: 2px;
}
.widget-nav-pills-icons:hover + a {
background-color: #eee;
}
.widget-nav-pills-checkbox:hover + a {
background-color: #eee;
}
li:hover .widget-nav-pills-icons {
opacity: 1;
}