mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-18 15:18:04 +00:00
Issue #231 Create ```down-arrow.png``` and add overwrite for ```content:``` in ```.ie.css```
22 lines
335 B
CSS
22 lines
335 B
CSS
div {
|
|
zoom: 1;
|
|
}
|
|
|
|
#library {
|
|
filter: alpha(opacity=0);
|
|
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
|
}
|
|
|
|
#control, .control, .help {
|
|
z-index: auto !important;
|
|
}
|
|
|
|
/**
|
|
* Overwrite unicode character with image
|
|
**/
|
|
|
|
.button-dropdown-arrow:after,
|
|
.fake-dropdown:after {
|
|
content: url(/images/down-arrow.png);
|
|
}
|