diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-04-26 18:34:59 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-04-26 18:34:59 +0200 |
commit | 877e0570ea7eb94e9698aab9147104f5251f55c9 (patch) | |
tree | 62fcff04bdf46de5ec504604ed67d0682b6bacdf /assets/css/edit.css | |
parent | 53e6d5fde32a917718a0658fb95f366dc7dfc248 (diff) | |
download | wcms-877e0570ea7eb94e9698aab9147104f5251f55c9.tar.gz wcms-877e0570ea7eb94e9698aab9147104f5251f55c9.zip |
add bookmarks to media
Diffstat (limited to 'assets/css/edit.css')
-rw-r--r-- | assets/css/edit.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css index f43684c..c774434 100644 --- a/assets/css/edit.css +++ b/assets/css/edit.css @@ -406,6 +406,12 @@ span.cm-wkeyword { img.icon { height: 23px; } + + + span#shortcuts { + font-size: 23px; + line-height: 1; + } } |