diff options
author | Unknwon <u@gogs.io> | 2015-09-10 15:45:03 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-10 15:45:03 -0400 |
commit | fa728d8dff2ddb8039efc2767f4fefb2d2f62004 (patch) | |
tree | 76290247b6605e4a41ccb3eff627863687a68019 /public/less | |
parent | 26ac016b9fb6b3fb308996e2ee56dad0b794aa49 (diff) | |
download | gitea-fa728d8dff2ddb8039efc2767f4fefb2d2f62004.tar.gz gitea-fa728d8dff2ddb8039efc2767f4fefb2d2f62004.zip |
more minor fix on 1581
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_admin.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/less/_admin.less b/public/less/_admin.less index 3c119a9504..da91fdada0 100644 --- a/public/less/_admin.less +++ b/public/less/_admin.less @@ -15,4 +15,8 @@ } } } + .ui.header, + .ui.segment { + box-shadow: 0 1px 2px 0 rgba(34,36,38,.15); + } }
\ No newline at end of file |