1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

Various style tweaks (#13418)

- Change code review '+' to SVG and increase size slightly
- Set placeholder color in both themes
- Set proper font for textareas
- Fix black code in arc-green
- Various arc-green fixes
This commit is contained in:
silverwind
2020-11-05 02:51:17 +01:00
committed by GitHub
parent d7e0983780
commit 05efb33595
5 changed files with 57 additions and 64 deletions

View File

@@ -1,19 +1,16 @@
.ui.button.add-code-comment {
font-size: 14px;
height: 16px;
line-height: 12px !important;
padding: 0;
position: relative;
width: 16px;
padding: 2px;
position: absolute;
margin-left: -22px;
z-index: 5;
float: left;
margin: 2px -10px 2px -20px;
opacity: 0;
transition: transform .1s ease-in-out;
transform: scale(1, 1);
transform: scale(1);
box-shadow: none !important;
border: none !important;
&:hover {
transform: scale(1.2, 1.2);
transform: scale(1.1);
}
}
@@ -71,10 +68,6 @@
cursor: pointer;
}
.ui.form textarea {
border: 0;
}
.ui.active.tab {
padding: .5em;