mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
16 lines
299 B
CSS
16 lines
299 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;
|
|
}
|