1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 01:15:48 +00:00

Enforce transparent background on editor toolbar elements (#11569) (#11583)

Co-authored-by: Lauris BH <lauris@nix.lv>
(cherry picked from commit 38c773d8a5)

Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
Cirno the Strongest 2020-05-24 01:36:24 +02:00 committed by GitHub
parent ce958f45cd
commit 80853a2238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,10 @@
opacity: 1 !important;
}
.editor-toolbar a:not(:hover) {
background-color: transparent !important;
}
.editor-toolbar i.separator {
border-left: none;
}