Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / resources / calendarPicker.css
index a67b318..e5cbb72 100644 (file)
@@ -244,18 +244,24 @@ body {
 .month-button {
     flex: 1;
     height: 32px;
+    line-height: 32px;
     padding: 0 !important;
     margin: 0 !important;
     background-image: none !important;
     background-color: #ffffff;
     border-width: 0 !important;
     box-shadow: none !important;
+    text-align: center;
 }
 
 .month-button.highlighted {
     background-color: #e5ecf8;
 }
 
+.month-button[aria-disabled="true"] {
+    color: GrayText;
+}
+
 .scrubby-scroll-bar {
     width: 14px;
     height: 60px;