1.0.12 - Fixed search bar coloring on some dark modes

This commit is contained in:
Free 2021-11-06 16:46:22 +01:00
parent 3108de2738
commit 05778a3e62

View file

@ -1,12 +1,8 @@
// main: theme-gitea-modern.user.styl, out: theme-gitea-modern.css, compress: true // main: theme-gitea-modern.user.styl, out: theme-gitea-modern.css, compress: true
// Ignore above, just compiler stuff // Ignore above, just compiler stuff
/* Update 1.0.11 /* Update 1.0.12
- Removed sticky positioning on Releases page due to z-index issues - Fixed search bar coloring on some dark modes
- 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
*/ */
@ -94,6 +90,7 @@ a[rel*="nofollow"]:not(.ui), .link:not(.ui) {
.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 { input {
border: 0; border: 0;
} }