1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-25 10:11:24 +00:00
seahub/frontend/src/css/apply-folder-properties.css
Alex Happy cdf36ed154
Support mark folder sub items (#5638)
* add folder-items-ex-props api

* pass user-name for set folder-items ex-props

* frontend feat folder-items ex-props

* opt request seaf-io

* opt some variables

* opt some tips

* opt loading style for apply ex-props

* feat: update code

* fix confirm bug

---------

Co-authored-by: er-pai-r <18335219360@163.com>
2023-09-25 06:25:20 +02:00

15 lines
282 B
CSS

.apply-properties-dialog .apply-properties {
justify-content: center;
align-items: center;
width: fit-content;
display: flex;
height: 38px;
}
.apply-properties-dialog .apply-properties .loading-tip {
display: inline-block;
height: 16px;
width: 16px;
margin: 0;
}