mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
category permission admin, re-vamped view layout
This commit is contained in:
parent
0c152c219f
commit
3f31d6d15e
48 changed files with 753 additions and 373 deletions
41
gui/app/styles/widget/widget-list-picker.scss
Normal file
41
gui/app/styles/widget/widget-list-picker.scss
Normal file
|
@ -0,0 +1,41 @@
|
|||
.widget-list-picker {
|
||||
margin: 10px 0;
|
||||
|
||||
> .options {
|
||||
width: 300px;
|
||||
max-height: 400px;
|
||||
overflow: auto;
|
||||
|
||||
> .option {
|
||||
margin: 0 0 5px 0;
|
||||
padding: 10px 15px;
|
||||
color: $color-gray;
|
||||
background-color: $color-off-white;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
|
||||
&:hover {
|
||||
color: $color-white;
|
||||
background-color: $color-gray;
|
||||
}
|
||||
|
||||
> .text {
|
||||
width: 220px;
|
||||
overflow: hidden;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
> .material-icons {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
color: $color-white;
|
||||
}
|
||||
}
|
||||
|
||||
> .selected {
|
||||
color: $color-white !important;
|
||||
background-color: $color-link !important;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue