1
0
mirror of synced 2025-02-09 16:49:24 +03:00

Add space before {

This commit is contained in:
Yuri Pereira 2013-07-19 09:50:47 -03:00
parent 92fe5018c9
commit 2fc63f264f

View File

@ -14,7 +14,7 @@ Version: @@ver@@ Timestamp: @@timestamp@@
.select2-container, .select2-container,
.select2-drop, .select2-drop,
.select2-search, .select2-search,
.select2-search input{ .select2-search input {
/* /*
Force border-box so that % widths fit the parent Force border-box so that % widths fit the parent
container without overlap because of margin/padding. container without overlap because of margin/padding.
@ -579,7 +579,7 @@ disabled look for disabled choices in the results dropdown
} }
/* disabled styles */ /* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices{ .select2-container-multi.select2-container-disabled .select2-choices {
background-color: #f4f4f4; background-color: #f4f4f4;
background-image: none; background-image: none;
border: 1px solid #ddd; border: 1px solid #ddd;