Make the date selector properly keyboard accessible

This commit is contained in:
Alex Kilgour
2016-01-29 14:37:02 +00:00
parent b3b2cd21da
commit 27cdf51258
8 changed files with 59 additions and 55 deletions

View File

@@ -27,3 +27,11 @@
padding: 9px;
border-radius: @border-radius-small;
}
// Dark well
.dark-well {
background-color: @well-bg-drk;
border-color: darken(@well-bg-drk, 7%);
color: #fff;
}