mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Allow to update device notes column from STF UI. https://github.com/openstf/stf/issues/124
This commit is contained in:
17
res/web_modules/angular-xeditable/style.css
Normal file
17
res/web_modules/angular-xeditable/style.css
Normal file
@@ -0,0 +1,17 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user