mirror of
https://github.com/go-gitea/gitea
synced 2025-07-16 07:18:37 +00:00
Various style fixes (#13534)
* Various style fixes - Fix the rest of the monochrome borders for arc-green - Fix close icon position on system notice modal and padding - Fix selectable table color for arc-green * proper fix for close icon Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
@@ -1070,10 +1070,10 @@
|
||||
margin: 5px;
|
||||
padding: 5px;
|
||||
height: 150px;
|
||||
border: solid 1px #eeeeee;
|
||||
border: solid 1px var(--color-secondary);
|
||||
border-radius: 3px;
|
||||
max-width: 150px;
|
||||
background-color: #ffffff;
|
||||
background-color: var(--color-body);
|
||||
|
||||
&::before {
|
||||
content: ' ';
|
||||
@@ -1962,14 +1962,14 @@
|
||||
|
||||
.list {
|
||||
padding-left: 0;
|
||||
border-top: 1px solid #eeeeee;
|
||||
border-top: 1px solid var(--color-secondary);
|
||||
|
||||
li {
|
||||
list-style: none;
|
||||
display: block;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
border-bottom: 1px solid #eeeeee;
|
||||
border-bottom: 1px solid var(--color-secondary);
|
||||
|
||||
a > .text.right {
|
||||
margin-right: 5px;
|
||||
@@ -2177,7 +2177,7 @@
|
||||
}
|
||||
|
||||
.item {
|
||||
border: 1px solid #eaeaea;
|
||||
border: 1px solid var(--color-secondary);
|
||||
padding: 10px 15px;
|
||||
|
||||
&:not(:last-child) {
|
||||
@@ -2748,7 +2748,7 @@
|
||||
}
|
||||
|
||||
&:not(:first-child) {
|
||||
border-top: 1px solid #eaeaea;
|
||||
border-top: 1px solid var(--color-secondary);
|
||||
padding: 1rem;
|
||||
margin: 15px -1rem -1rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user