Browse Source

Restore custom datetimepicker CSS.

master
Samir Shah 6 years ago
parent
commit
e6bdbef4d8
1 changed files with 14 additions and 0 deletions
  1. 14
    0
      src/oscar/static_src/oscar/css/datetimepicker.css

+ 14
- 0
src/oscar/static_src/oscar/css/datetimepicker.css View File

@@ -0,0 +1,14 @@
1
+.datetimepicker .glyphicon {
2
+  font-family: FontAwesome;
3
+  font-weight: normal;
4
+  font-style: normal;
5
+  text-decoration: inherit;
6
+  -webkit-font-smoothing: antialiased;
7
+  *margin-right: .3em;
8
+}
9
+.datetimepicker .glyphicon.glyphicon-arrow-left:before {
10
+  content: "\f060";
11
+}
12
+.datetimepicker .glyphicon.glyphicon-arrow-right:before {
13
+  content: "\f061";
14
+}

Loading…
Cancel
Save