fix: 停用表單控制項改為黑字,並新增 .gitattributes(*.css 使用 CRLF)
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
*.css text eol=crlf
|
||||||
@@ -23,6 +23,9 @@ select {
|
|||||||
textarea[disabled],
|
textarea[disabled],
|
||||||
select[disabled] {
|
select[disabled] {
|
||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
|
color: Black;
|
||||||
|
-webkit-text-fill-color: Black;
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*select {
|
/*select {
|
||||||
|
|||||||
Reference in New Issue
Block a user