Skip to content

Commit

Permalink
style updates for autocomplete and daterangepicker based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Dec 30, 2011
1 parent 39cfa98 commit 1578065
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion css/custom-theme/jquery-ui-1.8.16.custom.css
Expand Up @@ -496,7 +496,8 @@ border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
font-weight: normal;
color:#0064CD;
background:#0064CD;
color:#fff
}


Expand Down
Expand Up @@ -78,8 +78,13 @@
border:1px solid #ccc;
}

.ui-daterangepicker li.ui-state-hover{
color:blue;
.ui-daterangepicker .ui-state-hover{
background:#0064CD;
color:#fff;
}

.ui-daterangepicker .ui-state-hover a{
color:#fff;
}

.ui-daterangepicker .ui-widget{
Expand All @@ -101,9 +106,7 @@
float: right;
margin: .3em .2em;
}
.ui-daterangepicker li a:hover{
color:#0064CD;
}

.ui-daterangepicker .title-start, .ui-daterangepicker .title-end {
display: block;
margin: 0 0 .2em;
Expand Down

0 comments on commit 1578065

Please sign in to comment.