Files
stf/res/app/layout/stf-se7en.css
2014-05-05 16:12:16 +09:00

25 lines
413 B
CSS

.ace_editor ::-webkit-scrollbar-thumb {
/*background: #bbbbbb;*/
/*background: red;*/
background: rgba(255, 255, 255, 0.15);
}
.ace_editor ::-webkit-scrollbar-track {
/*background: red;*/
background: rgba(255, 255, 255, 0.05);
}
.input-group-btn .btn {
margin-right: 0;
}
.widget-container .heading .checkbox-inline {
margin-left: 5px;
margin-right: 10px;
}
.padded-small {
padding: 5px;
}