diff options
author | silverwind <me@silverwind.io> | 2021-04-03 10:37:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-03 10:37:32 +0200 |
commit | d0c9b3e20868db5116a0151bc3b40941bc544251 (patch) | |
tree | 00f352bb0b39a9fa6031de9236c2b471450a15d2 /web_src/less/themes/theme-arc-green.less | |
parent | 70d84f9b733bc337c6e7c4da0bc07c5803773869 (diff) | |
download | gitea-d0c9b3e20868db5116a0151bc3b40941bc544251.tar.gz gitea-d0c9b3e20868db5116a0151bc3b40941bc544251.zip |
Branch page and misc css improvements (#15208)
- Improve branches page, increase icon size, use octicons, use css vars
- Style placeholder color via css var
- Slightly increase contrast of input fields and active/hover states
- Add styling for select boxes in arc-green
Diffstat (limited to 'web_src/less/themes/theme-arc-green.less')
-rw-r--r-- | web_src/less/themes/theme-arc-green.less | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less index 18dde714f1..2f9bd4a4b1 100644 --- a/web_src/less/themes/theme-arc-green.less +++ b/web_src/less/themes/theme-arc-green.less @@ -87,14 +87,14 @@ --color-footer: #2e323e; --color-timeline: #4c525e; --color-input-text: #d5dbe6; - --color-input-background: #2e323e; + --color-input-background: #292d39; --color-input-border: #454a57; --color-input-border-hover: #505667; --color-navbar: #2a2e3a; --color-light: #00000028; --color-light-border: #ffffff28; - --color-hover: #60606020; - --color-active: #60606040; + --color-hover: #ffffff10; + --color-active: #ffffff16; --color-menu: #2e323e; --color-card: #2e323e; --color-markdown-table-row: #ffffff06; @@ -105,10 +105,7 @@ --color-secondary-bg: #2a2e3a; --color-text-focus: #fff; --color-expand-button: #3c404d; -} - -.repository.branches .commit-divergence .bar { - background: #6a737d; + --color-placeholder-text: #6a737d; } .ui.horizontal.segments > .segment { @@ -119,11 +116,6 @@ background: var(--color-primary-alpha-20) !important; } -::placeholder, -.CodeMirror-placeholder { - color: #6a737d !important; -} - [data-tooltip]::before, [data-tooltip]::after { background: #1b1c1d !important; /* .ui.inverted.popup */ |