mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-25 15:38:56 +00:00
62 lines
1.2 KiB
CSS
62 lines
1.2 KiB
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);
|
|
}
|
|
|
|
/* toppanel */
|
|
/* IE6/7/8 (via Keith Clarke) */
|
|
@media \0screen\,screen\9 {
|
|
.toppanel-wrapper {
|
|
white-space: nowrap;
|
|
}
|
|
.toppanel-column {
|
|
white-space: normal;
|
|
}
|
|
a.toppanel-logo {
|
|
position: relative;
|
|
left: -10px;
|
|
top: 195px;
|
|
width: 20px;
|
|
background: transparent url("../images/jsbin_16.png") no-repeat scroll center center;
|
|
}
|
|
a.toppanel-logo:hover {
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
}
|
|
.toppanel a.toppanel-logo {
|
|
position: relative;
|
|
left: 35px;
|
|
top: 0;
|
|
width: 100px;
|
|
background-image: url("../images/jsbin-32.png");
|
|
}
|
|
.toppanel-logo img {
|
|
visibility: hidden;
|
|
}
|
|
}
|
|
.toppanel-button-dropdown:after {
|
|
text-align: center;
|
|
}
|
|
.toppanel-button-disabled {
|
|
opacity: 0.5;
|
|
filter: alpha(opacity=50);
|
|
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
|
}
|