From e65cd0384395463590e8c8c33f29764eb6c1f7a8 Mon Sep 17 00:00:00 2001 From: Catouse Date: Tue, 8 Oct 2013 11:30:38 +0800 Subject: [PATCH] * fix featurebar icon. --- www/theme/default/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index c994e7187c..30a6cb11cf 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -500,7 +500,7 @@ table.data-table td:last-child{padding-right: 20px;} #featurebar a:hover,.outer>table.table-1>caption a:hover{color:#000;background-color: #e5e5e5;} #featurebar #bysearchTab a {border:none;} #featurebar select {font-size:12px; height:30px;} -#featurebar .dp-choose-date{overflow: inherit;} +#featurebar .dp-choose-date,#wrap .outer>table.table-1>caption .dp-choose-date,#wrap .outer>form>table.table-1>caption .dp-choose-date{overflow: inherit;} #featurebar .active a {color:#333; font-weight:bold;} #featurebar .active select {border:2px solid #009900;}