aboutsummaryrefslogtreecommitdiffstats
path: root/better-scrumdo.css
blob: 7c8eb5761421dfe3a19ec442372e5961427318ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.scrum_board_story_block:hover, .scrum_board_story_block.active {
	background-color: inherit;
	/* Border copied from Twitter Bootstrap form inputs */
	border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 50px rgba(82, 168, 236, 0.6);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 50px rgba(82, 168, 236, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 50px rgba(82, 168, 236, 0.6);
}