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:
Klaus
2020-04-16 17:21:57 +02:00
committed by GitHub
parent 21cb768fc4
commit e7e0c7624c
8 changed files with 47 additions and 28 deletions

View File

@ -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;
}
}