argon-theme icon indicating copy to clipboard operation
argon-theme copied to clipboard

[Bug] WP新版本登陆页面的language-switcher不受Argon支持

Open cnlancehu opened this issue 2 years ago • 1 comments

主题版本

v1.3.5

Bug 类型

该 Bug 是前端问题,且似乎和浏览器无关

浏览器

Chrome / Edge

普遍性

问题描述

登录功能的前端问题,影响观感但不影响使用

WordPress最新版本在wp-login中添加了language-swicher功能,但似乎不受Argon支持

复现步骤

使用Argon风格的登录页面,访问/wp-login.php

截图

在已知的两个站点中出现了该问题

image

image

附加说明

No response

cnlancehu avatar Jan 02 '23 06:01 cnlancehu

login.css中的内容改一下

#login form {
	background-color: #fafafa;
	border: none;
	border-radius: .25rem;
	box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07)!important;
	padding: 40px 40px;
}
#login form .input, #login input[type=password], #login input[type=text] {
	background: #fff;
	font-size: 16px;
	display: block;
	width: 100%;
	height: calc(1.5em + 1.25rem + 2px);
	padding: .625rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #8898aa;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .25rem;
	box-shadow: 0 1px 3px rgba(50,50,93,.15), 0 1px 0 rgba(0,0,0,.02);
	border: 0;
	transition: box-shadow .15s ease;
	margin-bottom: 25px;
}

muidar avatar Jun 23 '24 03:06 muidar