aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/less/themes
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-10-24 21:15:29 +0200
committerGitHub <noreply@github.com>2020-10-24 15:15:29 -0400
commitc5020cff3df0a7d77ff7a453a2007edc7e5c3667 (patch)
treeb49aeef25547cc82078c64734267d7c7ba1663a0 /web_src/less/themes
parent65dc4d0410f56b0c89c22846f6f13c8aab57880a (diff)
downloadgitea-c5020cff3df0a7d77ff7a453a2007edc7e5c3667.tar.gz
gitea-c5020cff3df0a7d77ff7a453a2007edc7e5c3667.zip
Various UI and arc-green fixes (#13291)
- introduce variable for border-radius value - fix some white borders in arc-green - add text selection and placeholder in arc-green - tweak branch list footer - more things I forgot Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'web_src/less/themes')
-rw-r--r--web_src/less/themes/theme-arc-green.less54
1 files changed, 48 insertions, 6 deletions
diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less
index abae671979..f8c6126253 100644
--- a/web_src/less/themes/theme-arc-green.less
+++ b/web_src/less/themes/theme-arc-green.less
@@ -388,6 +388,14 @@
color: #fff;
}
+.repository .ui.segment.sub-menu .list .item.active {
+ background: #404552;
+}
+
+.ui.segments {
+ border-color: #454b5a;
+}
+
.ui.horizontal.segments > .segment {
background-color: #383c4a;
}
@@ -433,6 +441,15 @@ body {
background: #87ab63 !important;
}
+::selection {
+ background: #87ab63 !important;
+ color: #fff !important;
+}
+
+::placeholder {
+ color: #7f7f7f !important;
+}
+
a {
color: #87ab63;
}
@@ -535,6 +552,7 @@ a:hover {
border: 1px solid #333640;
}
+.ui.secondary.menu .active.item,
.ui.secondary.menu .dropdown.item:hover,
.ui.secondary.menu .link.item:hover,
.ui.secondary.menu .active.item:hover,
@@ -549,6 +567,12 @@ a:hover {
background: #454b5a;
}
+.ui.link.list .item,
+.ui.link.list a.item,
+.ui.link.list .item a:not(.ui) {
+ color: #dbdbdb;
+}
+
.ui.menu .ui.dropdown .menu > .item {
color: #9e9e9e !important;
}
@@ -622,8 +646,8 @@ footer {
.ui.label,
.ui.label.basic {
color: #dbdbdb;
- border-color: rgb(152, 152, 152);
- background-color: #2a2e39;
+ border-color: #6a737d;
+ background-color: #353945;
}
.issue.list > .item .title {
@@ -672,6 +696,7 @@ a.ui.basic.green.label:hover {
.ui.ui.menu .item.disabled,
.ui.ui.menu .item.disabled:hover {
color: #626773;
+ opacity: 1;
}
.ui.disabled.checkbox label,
@@ -855,7 +880,7 @@ a.ui.basic.green.label:hover {
.ui.basic.button,
.ui.basic.buttons .button {
color: #9e9e9e;
- background: rgba(0, 0, 0, .08);
+ background: rgba(0, 0, 0, .06);
box-shadow: none;
}
@@ -915,8 +940,8 @@ a.ui.basic.green.label:hover {
}
.ui.table tbody tr {
- border-color: #333640;
- background: #2a2e3a;
+ border-color: #404552;
+ background: #353945;
}
.ui .text.grey {
@@ -1245,6 +1270,11 @@ td.blob-hunk {
color: #dbdbdb !important;
}
+.repository .filter.menu.labels .label-filter .menu .info,
+.repository .filter.menu.labels .label-filter .menu .info code {
+ border-color: #4e5361;
+}
+
.ui.card,
.ui.cards > .card {
background: #353945;
@@ -1719,6 +1749,7 @@ a.ui.labels .label:hover {
border-color: #634343 !important;
}
+.repository .labelspage .item,
.organization.settings .labelspage .item,
.organization.teams .repositories .item:not(:last-child),
.organization.teams .members .item:not(:last-child),
@@ -1727,8 +1758,14 @@ a.ui.labels .label:hover {
border-bottom-color: #404552;
}
+.repository .labelspage .item a,
+.organization.settings .labelspage .item a {
+ color: #6a737d;
+}
+
+.repository .labelspage .item a:hover,
.organization.settings .labelspage .item a:hover {
- color: #fff;
+ color: #9e9e9e;
}
.ui.blue.button:active,
@@ -1766,6 +1803,11 @@ a.ui.labels .label:hover {
background: #383c4a;
}
+.minicolors-panel {
+ background: #404552 !important;
+ border-color: #6a737d !important;
+}
+
.editor-toolbar {
background-color: #404552;
border-color: #4b505f;