Files
stf-DeviceFarmer/res/app/layout/stf-se7en.css
Gunther Brunner 21d4480f77 Added a new font Lato 2 (made a bower package for it).
Trying to solve the btn:focus black problem.
2014-05-22 23:23:39 +09:00

33 lines
494 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;
}
/*
Focus button problem
*/
.btn:hover,
.btn:focus {
color: none !important;
}