forked from External/greenlight
UI fixes for Renaming of Rooms and Recordings (GRN-18) (#328)
* <Double clicking header support added> * <Add dotted underline> * <Added fixes to name change ui> * <Removed console.log statements> * <Changed css for dotted underline>
This commit is contained in:
@ -58,6 +58,11 @@ a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.dotted_underline {
|
||||
border-bottom: 3px dashed #d3d3d3;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.disable-click {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user