diff options
Diffstat (limited to 'public/ng/css/gogs.css')
-rw-r--r-- | public/ng/css/gogs.css | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 52a503cc4d..48aac6e3d9 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -980,7 +980,6 @@ The register and sign-in page style background-color: #FFF; margin-left: -15px; } -/* repository main */ #repo-wrapper { padding-bottom: 100px; } @@ -1554,20 +1553,15 @@ The register and sign-in page style .diff-box .panel-header { font-size: 14px; } -.diff-file-box .code-diff tbody tr:hover td, -.diff-file-box .code-diff tbody tr:hover pre { - background-color: #FFF8D2 !important; - border-color: #F0DB88 !important; -} -.diff-file-box .file-body.file-code .lines-num-old { - border-right: 1px solid #DDD; -} -.file-content .file-body.file-code .lines-num { +.diff-file-box .file-body.file-code .lines-num { text-align: right; color: #999; background: #fafafa; width: 1%; } +.diff-file-box .file-body.file-code .lines-num-old { + border-right: 1px solid #DDD; +} .diff-file-box .code-diff tbody tr.tag-code td, .diff-file-box .code-diff tbody tr.tag-code pre { background-color: #E0E0E0 !important; @@ -1583,6 +1577,11 @@ The register and sign-in page style background-color: #d1ffd6 !important; border-color: #b4e2b4 !important; } +.diff-file-box .code-diff tbody tr:hover td, +.diff-file-box .code-diff tbody tr:hover pre { + background-color: #FFF8D2 !important; + border-color: #F0DB88 !important; +} .compare-head-box { margin-top: 10px; } |