comparison static/bootstrap/less/close.less @ 88:a5a3d454eac9

Updated Bootstrap.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 05 Apr 2013 08:08:12 -0700
parents 130eccd396d8
children d29e2f337b00
comparison
equal deleted inserted replaced
87:c0cf67362fb1 88:a5a3d454eac9
9 font-weight: bold; 9 font-weight: bold;
10 line-height: @baseLineHeight; 10 line-height: @baseLineHeight;
11 color: @black; 11 color: @black;
12 text-shadow: 0 1px 0 rgba(255,255,255,1); 12 text-shadow: 0 1px 0 rgba(255,255,255,1);
13 .opacity(20); 13 .opacity(20);
14 &:hover { 14 &:hover,
15 &:focus {
15 color: @black; 16 color: @black;
16 text-decoration: none; 17 text-decoration: none;
17 cursor: pointer; 18 cursor: pointer;
18 .opacity(40); 19 .opacity(40);
19 } 20 }