forked from External/greenlight
room block enhancements (#1203)
* highlight current room block * fix duplicated ids * remove inline js * remove some trailing whitespaces * Fixed Server Rooms room settings name Co-authored-by: farhatahmad <ahmad.af.farhat@gmail.com> Co-authored-by: Jesus Federico <jesus@123it.ca>
This commit is contained in:
@ -57,6 +57,14 @@
|
||||
padding-top: 12px;
|
||||
}
|
||||
|
||||
.room-block {
|
||||
&:not(.current) {
|
||||
.stamp {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#create-room-block {
|
||||
border: 1px dashed lightgray;
|
||||
|
||||
@ -99,4 +107,5 @@
|
||||
|
||||
.remove-shared {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user