Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
387799b3
Unverified
Commit
387799b3
authored
Dec 10, 2022
by
M. Gschwandtner
Committed by
GitHub
Dec 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: added dark theme bg color to buttons (#719)
parent
4a64a4de
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
preview-image-dialog.less
web/src/less/preview-image-dialog.less
+1
-1
No files found.
web/src/less/preview-image-dialog.less
View file @
387799b3
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
@apply fixed top-8 right-8 flex flex-col justify-start items-center;
@apply fixed top-8 right-8 flex flex-col justify-start items-center;
> .btn {
> .btn {
@apply mb-3 last:mb-0 w-8 h-8 p-1 cursor-pointer rounded opacity-90 bg-gray-300 z-10 shadow-md hover:opacity-70;
@apply mb-3 last:mb-0 w-8 h-8 p-1 cursor-pointer rounded opacity-90 bg-gray-300
dark:bg-zinc-600
z-10 shadow-md hover:opacity-70;
> .icon-img {
> .icon-img {
@apply w-6 h-auto;
@apply w-6 h-auto;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment