mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Specific rules needs to go to specific css files
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
d58c0e6834
commit
8fb788570c
2 changed files with 14 additions and 15 deletions
|
|
@ -604,6 +604,19 @@ kbd {
|
|||
padding: 5px 0 7px 22px;
|
||||
color: rgba($color-main-text, .4);
|
||||
}
|
||||
input {
|
||||
&[type='checkbox'],
|
||||
&[type='radio'] {
|
||||
&.radio,
|
||||
&.checkbox {
|
||||
+ label {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
padding: 5px 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#app-settings-header {
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ textarea,
|
|||
border: 1px solid nc-lighten($color-main-text, 86%);
|
||||
outline: none;
|
||||
border-radius: 3px;
|
||||
cursor: text;
|
||||
&:not(:disabled):not(.primary) {
|
||||
&:hover,
|
||||
&:focus,
|
||||
|
|
@ -297,21 +298,6 @@ input {
|
|||
}
|
||||
}
|
||||
}
|
||||
#app-settings-content {
|
||||
input {
|
||||
&[type='checkbox'],
|
||||
&[type='radio'] {
|
||||
&.radio,
|
||||
&.checkbox {
|
||||
+ label {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
padding: 5px 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Select2 overriding. Merged to core with vendor stylesheet */
|
||||
.select2-drop {
|
||||
|
|
|
|||
Loading…
Reference in a new issue