mirror of
https://github.com/go-gitea/gitea
synced 2024-11-19 16:31:41 +01:00
Better styling for code review comment textarea (#11428)
* Better styling for code review comment textarea * align tabular menu with textarea * border around active tab instead of textarea * border radius * use .28571429rem
This commit is contained in:
parent
0052d788da
commit
6603045476
1 changed files with 12 additions and 5 deletions
|
@ -66,12 +66,19 @@
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.attached.tabular.menu {
|
.ui.active.tab {
|
||||||
background: #f7f7f7;
|
|
||||||
border: 1px solid #d4d4d5;
|
border: 1px solid #d4d4d5;
|
||||||
padding-top: 5px;
|
padding: .5em;
|
||||||
padding-left: 5px;
|
border-radius: 0 .28571429rem .28571429rem .28571429rem;
|
||||||
margin-top: 0;
|
}
|
||||||
|
|
||||||
|
.ui.active.markdown.tab {
|
||||||
|
border-top-left-radius: .28571429rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui.tabular.menu {
|
||||||
|
margin-bottom: 0;
|
||||||
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-list {
|
.comment-list {
|
||||||
|
|
Loading…
Reference in a new issue