Fix drop-shadow for tabview
This commit is contained in:
@@ -659,6 +659,9 @@ multiselect {
|
||||
}
|
||||
|
||||
.app-configure-links {
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
|
||||
div {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
@@ -679,13 +682,13 @@ multiselect {
|
||||
&:focus {
|
||||
text-decoration: none;
|
||||
background-color: #f3f3f3;
|
||||
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: -4px 3px 5px -2px rgba(0,0,0,.1);
|
||||
}
|
||||
|
||||
&.active {
|
||||
background-color: white;
|
||||
color: $navbar-default-link-color;
|
||||
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: -4px 3px 5px -2px rgba(0,0,0,.1);
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
|
||||
Reference in New Issue
Block a user