Skip to content

Commit 1578065

Browse files
committed
style updates for autocomplete and daterangepicker based on feedback
1 parent 39cfa98 commit 1578065

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

css/custom-theme/jquery-ui-1.8.16.custom.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,8 @@ border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_
496496
.ui-menu .ui-menu-item a.ui-state-hover,
497497
.ui-menu .ui-menu-item a.ui-state-active {
498498
font-weight: normal;
499-
color:#0064CD;
499+
background:#0064CD;
500+
color:#fff
500501
}
501502

502503

third-party/jQuery-UI-Date-Range-Picker/css/ui.daterangepicker.css

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,13 @@
7878
border:1px solid #ccc;
7979
}
8080

81-
.ui-daterangepicker li.ui-state-hover{
82-
color:blue;
81+
.ui-daterangepicker .ui-state-hover{
82+
background:#0064CD;
83+
color:#fff;
84+
}
85+
86+
.ui-daterangepicker .ui-state-hover a{
87+
color:#fff;
8388
}
8489

8590
.ui-daterangepicker .ui-widget{
@@ -101,9 +106,7 @@
101106
float: right;
102107
margin: .3em .2em;
103108
}
104-
.ui-daterangepicker li a:hover{
105-
color:#0064CD;
106-
}
109+
107110
.ui-daterangepicker .title-start, .ui-daterangepicker .title-end {
108111
display: block;
109112
margin: 0 0 .2em;

0 commit comments

Comments
 (0)