mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 23:17:19 +00:00
Dashboard search tweaks (#14008)
- Fix color of inactive pagination parts caused by overreaching CSS selector. - Slightly reduce horizontal padding on list items - Add spacing around pagination and move it outside of <ul>
This commit is contained in:
@@ -156,16 +156,12 @@
|
||||
background-color: #fcf8e9;
|
||||
}
|
||||
|
||||
a {
|
||||
padding: 6px 1.2em;
|
||||
.repo-list-link {
|
||||
padding: 6px 1em;
|
||||
display: block;
|
||||
|
||||
.svg {
|
||||
color: var(--color-secondary-dark-6);
|
||||
|
||||
&.rear {
|
||||
font-size: 15px;
|
||||
}
|
||||
color: var(--color-text-light-2);
|
||||
}
|
||||
|
||||
.star-num {
|
||||
|
@@ -32,6 +32,12 @@
|
||||
.rounded-left { border-radius: var(--border-radius) 0 0 var(--border-radius) !important; }
|
||||
.rounded-right { border-radius: 0 var(--border-radius) var(--border-radius) 0 !important; }
|
||||
|
||||
.border-secondary { border: 1px solid var(--color-secondary) !important; }
|
||||
.border-secondary-top { border-top: 1px solid var(--color-secondary) !important; }
|
||||
.border-secondary-bottom { border-bottom: 1px solid var(--color-secondary) !important; }
|
||||
.border-secondary-left { border-left: 1px solid var(--color-secondary) !important; }
|
||||
.border-secondary-right { border-right: 1px solid var(--color-secondary) !important; }
|
||||
|
||||
.no-transition { transition: none !important; }
|
||||
|
||||
.bg-red { background: var(--color-red) !important; }
|
||||
|
Reference in New Issue
Block a user