aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-07-31 03:27:06 +0200
committerGitHub <noreply@github.com>2020-07-30 21:27:06 -0400
commit24f86257900866ced5aa6b470d05f6d9f1a82de0 (patch)
treea4b9aae904da1dbe397d08f7a6a78fb51594a619
parentbf6014644401dd3fdf9031670b3a00ccd866f49f (diff)
downloadgitea-24f86257900866ced5aa6b470d05f6d9f1a82de0.tar.gz
gitea-24f86257900866ced5aa6b470d05f6d9f1a82de0.zip
Various arc-green fixes (#12384)
- Fix various white borders - Fix dropdown triangle - Fix tab backgrounds - Fix release page timeline dots Co-authored-by: techknowlogick <techknowlogick@gitea.io>
-rw-r--r--web_src/less/themes/theme-arc-green.less33
1 files changed, 27 insertions, 6 deletions
diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less
index e623656017..839cf89b1f 100644
--- a/web_src/less/themes/theme-arc-green.less
+++ b/web_src/less/themes/theme-arc-green.less
@@ -534,7 +534,8 @@ a:hover {
.ui.secondary.menu .dropdown.item:hover,
.ui.secondary.menu .link.item:hover,
.ui.secondary.menu .active.item:hover,
-.ui.secondary.menu a.item:hover {
+.ui.secondary.menu a.item:hover,
+.ui.dropdown .menu .active.item {
color: #ffffff;
}
@@ -825,10 +826,10 @@ a.ui.basic.green.label:hover {
border-bottom-color: rgba(255, 255, 255, .1);
.item.active {
- border-top-color: transparent;
- border-left-color: transparent;
- border-right-color: transparent;
- background: #383c4a;
+ border-top-color: #404552;
+ border-left-color: #404552;
+ border-right-color: #404552;
+ background: #353945;
color: #dbdbdb;
}
@@ -842,8 +843,10 @@ a.ui.basic.green.label:hover {
&.navbar {
.item.active {
+ border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
+ background: #383c4a;
}
}
}
@@ -1188,6 +1191,10 @@ td.blob-hunk {
color: #dbdbdb;
}
+.ui.pointing.dropdown > .menu:not(.hidden)::after {
+ background: #2c303a;
+}
+
.ui.checkbox label,
.ui.checkbox + label,
.ui.form .field > label {
@@ -1568,6 +1575,11 @@ a.ui.labels .label:hover {
border-color: #634343 !important;
}
+.organization.teams .detail .item:not(:last-child),
+.organization.members .list .item {
+ border-bottom-color: #404552;
+}
+
.ui.blue.button:active,
.ui.blue.buttons .button:active {
background-color: #a27558;
@@ -1875,11 +1887,20 @@ footer .container .links > * {
}
.repository.release #release-list > li .detail {
- border-left-color: #888;
+ border-left-color: #4c505c;
}
.repository.release #release-list > li .detail .dot {
background-color: #888;
+ border-color: #383c4a;
+}
+
+.repository.release #release-list > li .detail .download .list {
+ border-top-color: #404552;
+}
+
+.repository.release #release-list > li .detail .download .list li {
+ border-bottom-color: #404552;
}
.tribute-container {