mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Change styles for spaces directory (#5365)
* Change styles for spaces directory * Use primary color for space archived status on directory * Change styles for spaces directory
This commit is contained in:
parent
55e3cdaf29
commit
927ebf46d8
@ -87,7 +87,7 @@
|
||||
border-radius: 4px;
|
||||
background-color: #ffffff;
|
||||
&.card-archived {
|
||||
filter: opacity(45%);
|
||||
filter: opacity(60%);
|
||||
}
|
||||
}
|
||||
|
||||
@ -124,6 +124,7 @@
|
||||
.card-status {
|
||||
position: absolute;
|
||||
right: 16px;
|
||||
background: @primary;
|
||||
}
|
||||
.card-icons {
|
||||
display: table-cell;
|
||||
|
@ -64,7 +64,7 @@ select.form-control:not([multiple]) {
|
||||
appearance: none;
|
||||
background-image: url("../img/select_arrow.png") !important;
|
||||
background-repeat: no-repeat;
|
||||
background-position: right 13px;
|
||||
background-position: right 16px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user