mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-06 18:48:50 +01:00
⛔ style: Auth Error and Preset Items Styling (#2069)
* Change the style of the error message. * ui preset items * fix style * Change the color of the border and adjust the background of the selected input
This commit is contained in:
parent
f27e7c720f
commit
cba135d456
7 changed files with 35 additions and 24 deletions
|
|
@ -1972,10 +1972,15 @@ html {
|
|||
}
|
||||
}
|
||||
|
||||
.dark .webkit-dark-styles {
|
||||
-webkit-text-fill-color: #fff;
|
||||
-webkit-box-shadow: 0 0 0px 1000px #0c1015 inset;
|
||||
.webkit-dark-styles,
|
||||
.webkit-dark-styles:focus {
|
||||
background-clip: content-box;
|
||||
-webkit-box-shadow: 0 0 0 50vh #fff inset;
|
||||
}
|
||||
|
||||
.dark .webkit-dark-styles,
|
||||
.dark .webkit-dark-styles:focus {
|
||||
-webkit-box-shadow: 0 0 0px 1000px #0c1015 inset;
|
||||
-webkit-text-fill-color: #fff;
|
||||
background-clip: content-box;
|
||||
-webkit-box-shadow: 0 0 0 50vh #0d0d0d inset;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue