diff options
author | techknowlogick <techknowlogick@gitea.io> | 2019-12-17 16:34:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-17 16:34:11 -0500 |
commit | 590d56dbb355a499b2f59d9a6ffa4887ea33c96b (patch) | |
tree | 37933f95c29661c80e0ba40751b7e7cf448a32c1 /web_src/less/themes | |
parent | 601b0cf4c19ba6e75a8df6a73beb5f58f462ad46 (diff) | |
download | gitea-590d56dbb355a499b2f59d9a6ffa4887ea33c96b.tar.gz gitea-590d56dbb355a499b2f59d9a6ffa4887ea33c96b.zip |
switch to fomantic-ui (#9374)
Diffstat (limited to 'web_src/less/themes')
-rw-r--r-- | web_src/less/themes/arc-green.less | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/web_src/less/themes/arc-green.less b/web_src/less/themes/arc-green.less index 29a9723726..7bb39a6281 100644 --- a/web_src/less/themes/arc-green.less +++ b/web_src/less/themes/arc-green.less @@ -483,13 +483,18 @@ a.ui.basic.green.label:hover { color: #dbdbdb; } -.ui.table thead th { - background: #404552; - color: #dbdbdb; +.ui.table thead th, +.ui.table > thead > tr > th { + background: #404552 !important; + color: #dbdbdb !important; +} + +.repository.file.list #repo-files-table tr { + background: #2a2e3a; } .repository.file.list #repo-files-table tr:hover { - background-color: #393d4a; + background-color: #393d4a !important; } .ui.table { @@ -602,6 +607,10 @@ a.ui.basic.green.label:hover { border: 1px solid #404552; } +.ui.list > .item > .content { + color: #9e9e9e !important; +} + .ui.active.button:active, .ui.button:active, .ui.button:focus { |