1
0
mirror of synced 2024-11-26 06:46:04 +03:00

Merge remote-tracking branch 'upstream/master' into docs-improvements

This commit is contained in:
Florian Kissling 2015-05-01 03:49:23 +02:00
commit 54d2b347b0
3 changed files with 17 additions and 17 deletions

16
dist/css/select2.css vendored
View File

@ -113,14 +113,14 @@
filter: alpha(opacity=0); }
.select2-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important; }
.select2-container--default .select2-selection--single {
background-color: #fff;

File diff suppressed because one or more lines are too long

View File

@ -34,14 +34,14 @@
}
.select2-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
}
@import "theme/default/layout";