diff options
author | Unknwon <u@gogs.io> | 2015-08-25 22:58:34 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-25 22:58:34 +0800 |
commit | f808df5a7b36d134ec92d62e9041a6320f416054 (patch) | |
tree | 9aa7c7758a02e1d8fa87a9af8ada4f3296eca0ae /public/less/_dashboard.less | |
parent | be90ea583a3d65566be8bfbf3440cf0c20557972 (diff) | |
download | gitea-f808df5a7b36d134ec92d62e9041a6320f416054.tar.gz gitea-f808df5a7b36d134ec92d62e9041a6320f416054.zip |
new user dahsboard issues
Diffstat (limited to 'public/less/_dashboard.less')
-rw-r--r-- | public/less/_dashboard.less | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less new file mode 100644 index 0000000000..c4e04b2f47 --- /dev/null +++ b/public/less/_dashboard.less @@ -0,0 +1,20 @@ +.dashboard { + padding-top: 15px; + padding-bottom: @footer-margin * 2; + + &.issues { + .context.user.menu { + min-width: 200px; + .ui.header { + font-size: 1rem; + text-transform: none; + } + } + .filter.menu { + .item.active { + background-color: #4183c4; + color: #FFF; + } + } + } +}
\ No newline at end of file |