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:
John Ma
2018-12-05 16:07:00 -05:00
committed by Jesus Federico
parent 41a543f6b8
commit 8b41dec8ac
2 changed files with 55 additions and 15 deletions

View File

@ -58,6 +58,11 @@ a {
cursor: pointer;
}
.dotted_underline {
border-bottom: 3px dashed #d3d3d3;
width: 100%;
}
.disable-click {
pointer-events: none;
}