clipbucket/upload/styles/cbv3/js/css/jquery.shiftenter.css
2012-11-05 11:35:42 +00:00

15 lines
No EOL
250 B
CSS

div.shiftenter,
div.shiftenterInactive {
position: absolute;
z-index: 1;
font-size: 0.8em;
opacity: 0.4;
filter: alpha(opacity=40);
}
div.shiftenter {
display: inline-block;
}
div.shiftenterInactive {
display: none;
}