Files
stf-DeviceFarmer/res/web_modules/angular-xeditable/style.css

18 lines
223 B
CSS

a.editable-click {
text-decoration: none;
color: #167FFC;
border-bottom: none;
}
a.editable-click:hover {
color: #808080;
}
a.editable-empty {
color: transparent;
}
a.editable-empty:focus {
color: #808080;
}