Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2019-08-26 07:15:02 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-08-28 11:36:11 +0300
commit3a5549c6212105c75fbf96028d542da6a35bc888 (patch)
treebc050ca8bdc75d98107a56f88e1b0f5ee2103e1c /css
parent787440fce3ac2ea5bea2d5876b0acd2326761576 (diff)
Add UI to set the lobby state
The lobby state can be set to no lobby or to lobby for non moderators from the room management menu; in this initial version no date can be set yet. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/style.scss28
1 files changed, 27 insertions, 1 deletions
diff --git a/css/style.scss b/css/style.scss
index 42b69ed50..899c5ef58 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -502,6 +502,7 @@ input[type="password"] {
padding-left: 1px;
}
+.room-moderation-button .menu li div.separator,
#app-navigation .app-navigation-entry-menu li div.separator {
border-bottom: 1px solid var(--color-border-dark);
margin: 0 10px;
@@ -1049,6 +1050,30 @@ body:not(#body-public) .participantWithList > li > span:not(.currentUser):not(.g
}
}
+ li {
+ > .separator {
+
+ margin-top: $outter-margin - 2px; // minus the input margin
+ }
+ }
+
+ .menuitem.caption,
+ .menuitem.caption > span {
+ /* Override rule for menu items from server, as in this case the
+ * caption is not clickable. */
+ cursor: default;
+ }
+
+ .menuitem.caption {
+ font-weight: bold;
+
+ &:hover,
+ &:focus,
+ &:active {
+ opacity: 0.7 !important;
+ }
+ }
+
.menuitem.password-option {
/* Override rule for menu items from server, as in this case
* only the button in the password field is clickable, so the
@@ -1076,7 +1101,8 @@ body:not(#body-public) .participantWithList > li > span:not(.currentUser):not(.g
/* The specific locator is needed to have higher priority than other
* important rules set in the server. */
- input.checkbox + label.link-checkbox-label {
+ input.checkbox + label.link-checkbox-label,
+ input.radio + label {
/* If ".icon-loading-small" is set hide the checkbox and show a
* loading icon instead. */
&.icon-loading-small:before {