diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-10 21:12:49 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-10 21:12:49 +0800 |
commit | efa039a0f75ff9ba9376af1cbd3d948752c074fc (patch) | |
tree | c98399f49124b90f513d2a8e029118802849ef29 /public/css/gogs.css | |
parent | 3ca7a33907e674c2c90e9f795b57bf87868f16b7 (diff) | |
download | gitea-efa039a0f75ff9ba9376af1cbd3d948752c074fc.tar.gz gitea-efa039a0f75ff9ba9376af1cbd3d948752c074fc.zip |
finish ssh key pages ui
Diffstat (limited to 'public/css/gogs.css')
-rwxr-xr-x | public/css/gogs.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 9205178f4d..4a4144babd 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -32,6 +32,10 @@ body { background-color: transparent; } +.btn{ + cursor: pointer; +} + /* gogits nav header */ .gogs-masthead { background-color: #428bca; |