mirror of
https://codeberg.org/Freeplay/Gitea-Modern
synced 2023-10-25 19:10:14 +00:00
1.0.12
This commit is contained in:
parent
3d9e40b984
commit
0cec8c56a1
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
/* ==UserStyle==
|
/* ==UserStyle==
|
||||||
@name Gitea Modern
|
@name Gitea Modern
|
||||||
@version 1.0.11
|
@version 1.0.12
|
||||||
@description A modern style for Gitea and Codeberg!
|
@description A modern style for Gitea and Codeberg!
|
||||||
@updateURL https://codeberg.org/Freeplay/CSS-Styles/raw/branch/main/Gitea/theme-gitea-modern.user.css
|
@updateURL https://codeberg.org/Freeplay/CSS-Styles/raw/branch/main/Gitea/theme-gitea-modern.user.css
|
||||||
@homepageURL https://codeberg.org/Freeplay/CSS-Styles
|
@homepageURL https://codeberg.org/Freeplay/CSS-Styles
|
||||||
|
@ -99,6 +99,7 @@
|
||||||
.input.action.fluid {
|
.input.action.fluid {
|
||||||
border: 1px solid var(--color-secondary) !important;
|
border: 1px solid var(--color-secondary) !important;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
background-color: var(--color-input-background);
|
||||||
}
|
}
|
||||||
.input.action.fluid input {
|
.input.action.fluid input {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
Loading…
Reference in a new issue