diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-24 22:23:55 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-24 22:23:55 +0800 |
commit | c9e1eb0a0d9e6bdafa158442158c762b7f188177 (patch) | |
tree | d1378bfe88d31e672f92b876174688b22910f349 /public | |
parent | 1b3af2f6c692056b9fe59dcddb88eb445863cb93 (diff) | |
download | gitea-c9e1eb0a0d9e6bdafa158442158c762b7f188177.tar.gz gitea-c9e1eb0a0d9e6bdafa158442158c762b7f188177.zip |
diff page ui
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/gogs.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index ec37721fd6..434af03590 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -711,6 +711,12 @@ html, body { width: 1%; } +.file-content .file-body.file-code .lines-ellipsis { + background-color: #FAFAFA; + color: #999; + width: 1%; +} + .file-content .file-body.file-code .lines-num span { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; line-height: 1.6; @@ -896,7 +902,7 @@ html, body { background-color: #e9aeae; } -.diff-detail-box span.status.rename{ +.diff-detail-box span.status.rename { background-color: #dad8ff; } @@ -962,6 +968,10 @@ html, body { border-color: #f0db88 !important; } +.diff-file-box .ellipsis-code pre { + color: #AAA; +} + /* wrapper and footer */ #wrapper { |