|
@@ -94,10 +94,16 @@ input, textarea, select {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.dropdownmodifiedinput .clr-input {
|
|
|
|
- margin-left: 5px;
|
|
|
|
- width: auto;
|
|
|
|
- overflow: hidden; // Trigger a block formatting context (BFC) so input takes up remaining width
|
|
|
|
|
|
+.dropdownmodifiedinput
|
|
|
|
+{
|
|
|
|
+ .clr-input {
|
|
|
|
+ margin-left: 5px;
|
|
|
|
+ width: auto;
|
|
|
|
+ overflow: hidden; // Trigger a block formatting context (BFC) so input takes up remaining width
|
|
|
|
+ }
|
|
|
|
+ .dropdown-toggle::after {
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
// ---------------------------------------------------------------------------------------------------------------------
|
|
// ---------------------------------------------------------------------------------------------------------------------
|
|
@@ -124,7 +130,7 @@ input, textarea, select {
|
|
|
|
|
|
// CHeckbutton group
|
|
// CHeckbutton group
|
|
.aba-checkbutton-group {
|
|
.aba-checkbutton-group {
|
|
- .btn { margin-left: 0; margin-right: 0; }
|
|
|
|
|
|
+ .btn { margin-left: 0; }
|
|
}
|
|
}
|
|
|
|
|
|
// ---------------------------------------------------------------------------------------------------------------------
|
|
// ---------------------------------------------------------------------------------------------------------------------
|