mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-21 03:51:13 +02:00
Adjusted placeholders in login/new user forms - #542
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
*
|
||||
1. [](#improved)
|
||||
* Fixed UI issue with Backup / Update buttons positioning
|
||||
* Tweaked placeholders color in login/new user panels [#542](https://github.com/getgrav/grav-plugin-admin/issues/542)
|
||||
1. [](#bugfix)
|
||||
*
|
||||
|
||||
|
||||
4
themes/grav/css-compiled/preset.css
vendored
4
themes/grav/css-compiled/preset.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -264,10 +264,10 @@ tr {
|
||||
&.wide form input {
|
||||
@include placeholder {
|
||||
@include placeholder {
|
||||
@if (lightness($page-bg) < 50) {
|
||||
color: tint($page-bg, 25%);
|
||||
@if (lightness($nav-bg) < 50) {
|
||||
color: shade($nav-text, 25%);
|
||||
} @else {
|
||||
color: shade($page-bg, 25%);
|
||||
color: tint($nav-text, 25%);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -294,10 +294,10 @@ tr {
|
||||
color: $nav-link;
|
||||
border: 1px solid shade($nav-bg, 20%);
|
||||
@include placeholder {
|
||||
@if (lightness($page-bg) < 50) {
|
||||
color: tint($nav-bg, 25%);
|
||||
@if (lightness($nav-bg) < 50) {
|
||||
color: shade($nav-text, 25%);
|
||||
} @else {
|
||||
color: shade($nav-bg, 25%);
|
||||
color: tint($nav-text, 25%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user