Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

完善input背景和光标色; #927

Merged
merged 2 commits into from
Aug 1, 2018

Conversation

xiaotiandada
Copy link
Contributor

@xiaotiandada xiaotiandada commented Aug 1, 2018

1.完善在Chrome浏览器时登陆界面的input标签 使用记住密码之后颜色和背景不一致;
2.目前的rgb值是 #2d3a4b 修改的rgb值是 #283443;
3.修复光标使用Chrome记录的账号之后变黑色;
4.移除 .title-container .title 重复的font-weight: 400;

xiaotiandada and others added 2 commits August 1, 2018 09:32
1.完善在Chrome浏览器时登陆界面的input标签 使用记住密码之后颜色和背景不一致;
2.目前的rgb值是 #2d3a4b  修改的rgb值是 #283443;
3.修复光标使用Chrome记录的账号之后变黑色;
4.移除 .title-container .title 重复的font-weight: 400;
5.不用IE我们大家都是好朋友!~
@PanJiaChen
Copy link
Owner

其实没太懂

@supports (-webkit-mask: none) and (not (cater-color: $cursor))

作用?

@xiaotiandada
Copy link
Contributor Author

https://www.zhangxinxu.com/wordpress/2018/01/css-caret-color-first-line/

http://www.w3cplus.com/css/caret-color.html

我也是参考大佬们的blog 考虑到了 cater -color 的兼容性

所以加了 “@supports”条件判断规则“ ~

@PanJiaChen
Copy link
Owner

👍

@PanJiaChen PanJiaChen merged commit fe190b6 into PanJiaChen:master Aug 1, 2018
hust-whw added a commit to hust-whw/vue-element-admin that referenced this pull request Aug 16, 2018
* fixed[tagsView]: DEL_OTHERS_VIEWS cachedViews bug (PanJiaChen#913)

* mutations DEL_OTHERS_VIEWS state.cachedViews -> i type is string slice(begin: number, end: number)

* fix[Tinymce]: fixed tinymce upload dialog bug PanJiaChen#654

* [release] 3.7.3

* docs: add gitee

* perf[login.vue]: Improve input background and cursor color (PanJiaChen#927)

* 完善input背景和光标色;

1.完善在Chrome浏览器时登陆界面的input标签 使用记住密码之后颜色和背景不一致;
2.目前的rgb值是 #2d3a4b  修改的rgb值是 #283443;
3.修复光标使用Chrome记录的账号之后变黑色;
4.移除 .title-container .title 重复的font-weight: 400;
5.不用IE我们大家都是好朋友!~

* Update index.vue

* docs: tweak

* tweak

* fix: demo links

* fixBug[waves.js]: wave's position (PanJiaChen#949)

* fixBug[waves.js]-wave's position

* fix[waves.js]-wave's position

* fix typo(PanJiaChen#965)

* update to webpack4 (PanJiaChen#889)

* [release] 3.8.0

* Update README.zh-CN.md

* format code

* docs: change vueAdmin-template => vue-admin-template
@wsgjj
Copy link

wsgjj commented Sep 17, 2021

image
这个界面的css应该怎么调整呢, 我这个input的后缀一直都有问题,整了好几天

@CaptionMyCaption
Copy link

CaptionMyCaption commented Aug 14, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants