mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
9 lines
162 B
CSS
9 lines
162 B
CSS
.picker-window {
|
|
display: block;
|
|
padding: 10px;
|
|
margin-bottom: 20px;
|
|
background-color: rgba(0,0,0,.3);
|
|
color: #fff;
|
|
border-radius: 3px;
|
|
cursor: default;
|
|
}
|