Skip to content
Snippets Groups Projects
Commit 3705009c authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

css

parent 9cd18d46
No related branches found
No related tags found
No related merge requests found
...@@ -193,6 +193,10 @@ input.intInput, input.floatInput{ ...@@ -193,6 +193,10 @@ input.intInput, input.floatInput{
padding: 8px 8px; padding: 8px 8px;
} }
.dropdown-menu{
border-radius: 0!important;
}
.dropdown-menu, .select2-drop { .dropdown-menu, .select2-drop {
background-color: #fff; background-color: #fff;
} }
...@@ -213,7 +217,13 @@ input.intInput, input.floatInput{ ...@@ -213,7 +217,13 @@ input.intInput, input.floatInput{
position: relative; position: relative;
} }
.dropdown-submenu li {
height: 32px;
}
.dropdown-submenu a{ .dropdown-submenu a{
height: 32px;
padding-bottom: 16px;
color: #e1e4e7!important; color: #e1e4e7!important;
white-space: normal; white-space: normal;
} }
...@@ -227,9 +237,10 @@ input.intInput, input.floatInput{ ...@@ -227,9 +237,10 @@ input.intInput, input.floatInput{
left: 100%; left: 100%;
margin-top: -6px; margin-top: -6px;
margin-left: -1px; margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px; border-radius: 0;
-moz-border-radius: 0 6px 6px; /*-webkit-border-radius: 0 6px 6px 6px;*/
border-radius: 0 6px 6px 6px; /*-moz-border-radius: 0 6px 6px;*/
/*border-radius: 0 6px 6px 6px;*/
background-color: #444; background-color: #444;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment