diff options
author | Unknwon <u@gogs.io> | 2017-11-16 19:03:46 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-11-16 19:03:46 -0500 |
commit | e1e76d3f8823606ae48635e19d4e58cc3bdf163f (patch) | |
tree | 8bfacd0ca21f938ba7b596b34d89de7b24577a4c /public/css | |
parent | 221aa8968a4446274bc6072876d87c4a4226abc7 (diff) |
admin/config: add UI for [http] section (#3987)
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/gogs.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 58bf3f71..8e311a8b 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -3127,6 +3127,9 @@ footer .ui.language .menu { background-color: #f7f7f7; padding: 5px; } +.admin.config code { + color: #db2828; +} .admin.config .log-config table tbody tr td:first-child { width: 100px; } |