Skip to content

Commit

Permalink
Merge branch 'main' into imporove-translation-about-milestones-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
GiteaBot committed Aug 21, 2023
2 parents 26e5036 + facdaee commit f4fe3bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions web_src/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,7 @@ img.ui.avatar,
box-shadow: none;
}

/* replace fomantic popover box shadows */
.ui.dropdown .menu,
.ui.upward.dropdown > .menu,
.ui.menu .dropdown.item .menu,
Expand All @@ -1213,6 +1214,9 @@ img.ui.avatar,
.ui.upward.active.selection.dropdown:hover .menu {
box-shadow: 0 6px 18px var(--color-shadow);
}
.ui.floating.dropdown .menu {
box-shadow: 0 6px 18px var(--color-shadow) !important;
}

.ui.dimmer {
background: var(--color-overlay-backdrop);
Expand Down
2 changes: 1 addition & 1 deletion web_src/css/themes/theme-arc-green.css
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
--color-button: #1e252e;
--color-code-bg: #222733;
--color-code-sidebar-bg: #232834;
--color-shadow: #00000060;
--color-shadow: #00000058;
--color-secondary-bg: #2a2e3a;
--color-text-focus: #fff;
--color-expand-button: #3c404d;
Expand Down

0 comments on commit f4fe3bc

Please sign in to comment.