diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-10-30 19:01:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-30 19:01:22 +0100 |
commit | fcb9c034fa6c872a908dc6efd11056b0fae69f2c (patch) | |
tree | e17621eeee943454ff710e8dc171a216912da7af /core | |
parent | c8323f822d6553e64f956c096d7c5f96319324db (diff) | |
parent | 446a3d2f215f52529955ebe4edd036806f00bfb2 (diff) | |
download | nextcloud-server-fcb9c034fa6c872a908dc6efd11056b0fae69f2c.tar.gz nextcloud-server-fcb9c034fa6c872a908dc6efd11056b0fae69f2c.zip |
Merge pull request #7012 from nextcloud/show-favourite-action-as-the-first-one
Show favourite action as the first one in the file actions menu
Diffstat (limited to 'core')
-rw-r--r-- | core/css/icons.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/icons.scss b/core/css/icons.scss index 6d855381fae..c8f61c1422e 100644 --- a/core/css/icons.scss +++ b/core/css/icons.scss @@ -348,6 +348,10 @@ img, object, video, button, textarea, input, select { background-image: url('../img/actions/star.svg?v=1'); } +.icon-star-dark { + background-image: url('../img/actions/star-dark.svg?v=1'); +} + .icon-starred { &:hover, &:focus { background-image: url('../img/actions/star.svg?v=1'); |