mirror of
https://codeberg.org/Freeplay/Gitea-Modern
synced 2023-10-25 19:10:14 +00:00
Merge pull request '1.0.12' (#21) from dev into main
Reviewed-on: https://codeberg.org/Freeplay/CSS-Styles/pulls/21
This commit is contained in:
commit
6779956eb8
3 changed files with 6 additions and 8 deletions
File diff suppressed because one or more lines are too long
|
@ -1,12 +1,8 @@
|
|||
// main: theme-gitea-modern.user.styl, out: theme-gitea-modern.css, compress: true
|
||||
// Ignore above, just compiler stuff
|
||||
|
||||
/* Update 1.0.11
|
||||
- Removed sticky positioning on Releases page due to z-index issues
|
||||
- Fixed tooltips z-index
|
||||
- Fixed button heights in some areas
|
||||
- Fixed explore page on mobile (I'll try to fix more mobile issues later.)
|
||||
- Tweaked Header Padding
|
||||
/* Update 1.0.12
|
||||
- Fixed search bar coloring on some dark modes
|
||||
*/
|
||||
|
||||
|
||||
|
@ -94,6 +90,7 @@ a[rel*="nofollow"]:not(.ui), .link:not(.ui) {
|
|||
.input.action.fluid {
|
||||
border: 1px solid var(--color-secondary) !important;
|
||||
height: 40px;
|
||||
background-color: var(--color-input-background);
|
||||
input {
|
||||
border: 0;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* ==UserStyle==
|
||||
@name Gitea Modern
|
||||
@version 1.0.11
|
||||
@version 1.0.12
|
||||
@description A modern style for Gitea and Codeberg!
|
||||
@updateURL https://codeberg.org/Freeplay/CSS-Styles/raw/branch/main/Gitea/theme-gitea-modern.user.css
|
||||
@homepageURL https://codeberg.org/Freeplay/CSS-Styles
|
||||
|
@ -99,6 +99,7 @@
|
|||
.input.action.fluid {
|
||||
border: 1px solid var(--color-secondary) !important;
|
||||
height: 40px;
|
||||
background-color: var(--color-input-background);
|
||||
}
|
||||
.input.action.fluid input {
|
||||
border: 0;
|
||||
|
|
Loading…
Reference in a new issue