Wednesday, November 19, 2014

css css

apply css on input tag

.tour-bookingform input[type="text"],input[type="email"], select, input[type="date"], textarea,input[type="number"]{ width: 350px; height:30px; display: block; margin-bottom: 10px; background:#000; color:white }

.menu li li.active a{color:#fff !important}

--------------------------------------------------
Expand clickable area og tag A

.navp a{background:#CCC; border-radius:3px; padding: 7px 7px; margin-left:1px; margin-top:10px; display:inline-block;color:#fd792a}

--------------------------------------------------
Selected Active link

.menu>li.active,.menu>li:hover,.menu li>ul>li.active{
    box-shadow: 0 5px #fd792a;
-moz-box-shadow: 0 5px #fd792a;
-webkit-box-shadow: 0 5px #fd792a;
background: #000;
}

No comments:

Post a Comment