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:
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;
|
||||
|
||||
Reference in New Issue
Block a user