mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:33:30 +02:00
21 lines
390 B
CSS
21 lines
390 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;
|
|
} |