summaryrefslogtreecommitdiffstats
path: root/web_src
diff options
context:
space:
mode:
authorJohn Olheiser <42128690+jolheiser@users.noreply.github.com>2019-12-31 23:06:15 -0600
committertechknowlogick <techknowlogick@gitea.io>2020-01-01 00:06:15 -0500
commita864d61ee629dfc3aa5e75a5271354db5088f70e (patch)
tree75123182b1e4200e0629169095040ff94d51c703 /web_src
parent7bdf17ec29851b857bf88d5e5f39436799732dd6 (diff)
downloadgitea-a864d61ee629dfc3aa5e75a5271354db5088f70e.tar.gz
gitea-a864d61ee629dfc3aa5e75a5271354db5088f70e.zip
Add box-shadow to blue buttons in normal theme (#9573)
Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: techknowlogick <matti@mdranta.net>
Diffstat (limited to 'web_src')
-rw-r--r--web_src/less/_base.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/web_src/less/_base.less b/web_src/less/_base.less
index 721863a70f..3da3ae6b99 100644
--- a/web_src/less/_base.less
+++ b/web_src/less/_base.less
@@ -1172,3 +1172,9 @@ i.icon.centerlock {
.octicon-tiny {
font-size: 0.85714286rem;
}
+
+.ui.basic.blue.button,
+.ui.basic.blue.buttons .button {
+ box-shadow: inset 0 0 0 1px #1678c2 !important;
+ color: #1678c2 !important;
+}