Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoAlex committed Mar 20, 2024
1 parent 63b807e commit 035add0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/lib/class-colorlib-login-customizer-customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ private function settings_fields() {
'logo-text-size' => '30',
'logo-text-color-hover' => '#00a0d2',
'logo-width' => '350',
'logo-height' => '0',
'logo-height' => '30',
'username-label' => 'Username',
'password-label' => 'Password',
),
Expand Down Expand Up @@ -230,7 +230,7 @@ private function settings_fields() {
'logo-text-size' => '20',
'logo-text-color-hover' => '#00a0d2',
'logo-width' => '350',
'logo-height' => '0',
'logo-height' => '30',
'username-label' => '',
'password-label' => '',
'form-shadow' => '0 3px 20px 0px rgba(0, 0, 0, 0.1)',
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Fixed: Form alignment options switched( [#165](https://github.com/ColorlibHQ/col
Fixed: The live preview doesn’t show "Register" link ( [#163](https://github.com/ColorlibHQ/colorlib-login-customizer/issues/163) )
Fixed: Updated deprecated jquery & updated minicolors js library ( [#159](https://github.com/ColorlibHQ/colorlib-login-customizer/issues/159) )
Fixed: Added plugin name in "Rate us" notice. ( [#149](https://github.com/ColorlibHQ/colorlib-login-customizer/issues/149) )
Fixed: Show image only on tempalte no.4 does not display the logo image. ( [#135](https://github.com/ColorlibHQ/colorlib-login-customizer/issues/135) )


= 1.3.1 - 08.02.2022 =
Expand Down

0 comments on commit 035add0

Please sign in to comment.