Files
stf-DeviceFarmer/res/app/layout/stf-se7en.css
Gunther Brunner 5234db9468 Finally fixed the scrollbar height.
Removing CPU tab by lack of implementation.
2014-05-29 05:01:42 +09:00

29 lines
453 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;
}
::-webkit-scrollbar {
height: 8px;
}