summaryrefslogtreecommitdiffstats
path: root/angular-multi-select.css
diff options
context:
space:
mode:
Diffstat (limited to 'angular-multi-select.css')
-rw-r--r--angular-multi-select.css31
1 files changed, 2 insertions, 29 deletions
diff --git a/angular-multi-select.css b/angular-multi-select.css
index 4c7eb5e..967af1c 100644
--- a/angular-multi-select.css
+++ b/angular-multi-select.css
@@ -18,22 +18,11 @@
min-width: 12px;
}
-/* ! create a "row" */
-.multiSelect .line {
- height: 26px;
- padding-bottom: 8px;
-}
-
/* ! */
.multiSelect .inlineBlock {
display: inline-block;
}
-/*
-:focus { outline:none; }
-::-moz-focus-inner {border:0;}
-*/
-
/* the multiselect button */
.multiSelect .button {
display: block;
@@ -117,6 +106,7 @@
color: #666;
background-color: #f1f1f1;
line-height: 1.6;
+ margin: 0px 0px 8px 0px;
}
/* clear button */
@@ -149,6 +139,7 @@
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
color: #888;
+ margin: 0px 0px 8px 0px;
}
/* helper elements on hover & focus */
@@ -257,24 +248,6 @@
cursor: pointer;
}
-/* Some visual aids on item labels
-.multiSelect label input:focus ~ span::after,
-.multiSelect label span:focus::after,
-.multiSelect label span:hover::after {
- /* Enable this if you want some arrow pointer on focus
- content: ' \00AB';
-}
-*/
-
-/* Another visual aid - highlight during TAB / SHIFT+TAB keyboard operations
-.multiSelect label input:focus ~ span {
- color: #ff0000;
- text-shadow: 1px 0px #ccc;
- /* Enable this if you want some arrow pointer on focus
- content: ' \00AB';
-}
-*/
-
/* checkboxes currently disabled */
.multiSelect .disabled,
.multiSelect .disabled:hover,