mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 15:54:39 +00:00
[share admin] added a missing file
This commit is contained in:
14
frontend/src/css/share-admin-links.css
Normal file
14
frontend/src/css/share-admin-links.css
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
@keyframes displaySelectedToolbar {
|
||||||
|
from {
|
||||||
|
top: 24px;
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cur-view-path .selected-items-toolbar {
|
||||||
|
height: 24px;
|
||||||
|
position: relative;
|
||||||
|
animation: displaySelectedToolbar .3s ease-in-out 1;
|
||||||
|
}
|
Reference in New Issue
Block a user