This website works better with JavaScript
Home
Explore
原型工具、Api管理、Bug管理等
更多工具
团队协作
快速原型
自动标注
Bug管理
Api管理
Sign In
zhuliang
/
AdminLTE
mirror of
https://github.com/almasaeed2010/AdminLTE.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
fixed white close buttons text shadow in modals
REJack
5 years ago
parent
d8e5b6f2c2
commit
7f68cf5cc9
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
build/scss/_modals.scss
+ 1
- 0
build/scss/_modals.scss
View File
@@ -34,6 +34,7 @@
&.bg-success, {
.close {
color: $white;
+ text-shadow: 0 1px 0 #000;
}
}
}