mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 23:02:26 +00:00
Watch file changes (#5364)
* [my libraries] redesigned 'watch/unwatch file changes' - added 'watch file changes' & 'unwatch file changes' to the operation menu - added icon & tooltip for monitored libraries - added support for mobile * [my libs] updated 'watch/unwatch file changes' * [notifications] update for 'watch/unwatch file changes'
This commit is contained in:
12
frontend/src/css/icon.css
Normal file
12
frontend/src/css/icon.css
Normal file
@@ -0,0 +1,12 @@
|
||||
.seafile-multicolor-icon {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
fill: currentColor;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.seafile-multicolor-icon-monitor {
|
||||
font-size: 14px;
|
||||
fill: #444;
|
||||
color: #bdbdbd;
|
||||
}
|
Reference in New Issue
Block a user