Skip to content

Commit

Permalink
cursor hover + this color
Browse files Browse the repository at this point in the history
  • Loading branch information
prashishh committed May 20, 2013
1 parent 7149f58 commit 47b9da6
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ header h1
top:0;
left:0;
background-color: #c8e8fe;
opacity:0.2;
opacity:0.1;
}

.left-navig:hover, .right-navig:hover
Expand Down Expand Up @@ -142,6 +142,12 @@ ul.day-label-top li
display: inline;
}

ul.day-label-top li:hover {
background-color: rgb(253, 253, 253);
opacity: 0.6;
cursor: pointer;
}

.block
{
position: relative;
Expand All @@ -157,6 +163,7 @@ ul.day-label-top li
margin-left: 3px;
}


#top-border-down
{
position: absolute;
Expand Down Expand Up @@ -244,20 +251,16 @@ ul.day-label-top li .date-label
color: red;
}

#adtobs, #bstoad
{
float: right;
}

.borderyes
{
border: 1px solid #000;
}

.this
{
background-color: #fff714;
background-color: #ced9e9;
}

/** select form **/
select {
display: block;
Expand Down

0 comments on commit 47b9da6

Please sign in to comment.