Change Search Color

This commit is contained in:
Mars Niermann 2022-11-13 00:50:50 +01:00
parent 27923bada7
commit d316230d30
No known key found for this signature in database
GPG key ID: B2D0FC62A74FC971
2 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,9 @@
# Custom-CSS # Custom-CSS
Various Userstyles to add the Dracula theme to various sites Various Userstyles to add the Dracula theme to various sites
## ToDo
- [ ] Change proxmox chart and powerbutton color
- [ ] Theme for OneDev
- [ ] Theme for Stylus Editor

View file

@ -5,7 +5,7 @@
@description A dark Theme for Pocketbase @description A dark Theme for Pocketbase
@author Marsn3 @author Marsn3
@homepageURL https://git.m3.fyi/Marsn3/custom-css @homepageURL https://git.m3.fyi/Marsn3/custom-css
@updateURL https://git.m3.fyi/projects/22/raw/main/src/pocketbase.user.css @updateURL https://git.m3.fyi/projects/22/raw/main/pocketbase.user.css
@license MIT @license MIT
==/UserStyle== */ ==/UserStyle== */
@ -30,7 +30,7 @@
--successAltColor: #50fa7b; --successAltColor: #50fa7b;
--dangerColor: #ff5555; --dangerColor: #ff5555;
--dangerAltColor: #ff5555; --dangerAltColor: #ff5555;
--warningColor: #f1fa8c; --warningColor: #bd93f9;
--warningAltColor: #ffffa5; --warningAltColor: #ffffa5;
--overlayColor: rgba(65, 82, 105, 0.25); --overlayColor: rgba(65, 82, 105, 0.25);
--tooltipColor: rgba(255, 255, 255, 0.85); --tooltipColor: rgba(255, 255, 255, 0.85);
@ -39,6 +39,9 @@
} }
/*~~~~~ Buttoms ~~~~~*/ /*~~~~~ Buttoms ~~~~~*/
.btn-sm .btn-warning {
background-color: pink !important;
}
.btn.btn-secondary, .btn.btn-secondary,
.btn.btn-outline { .btn.btn-outline {
color: var(--txtHintColor); color: var(--txtHintColor);