Skip to content

Commit 90323b4

Browse files
committed
Set proper background color for input on mobile
1 parent a87c6b3 commit 90323b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/styles/bs-datetimepicker.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
input.bs-disable[readonly] {
2-
background-color: transparent;
2+
background-color: #fff;
33
}

0 commit comments

Comments
 (0)