]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - themes/default/less/close.less
Release 6.5.3
[Github/sugarcrm.git] / themes / default / less / close.less
1 // CLOSE ICONS
2 // -----------
3
4 .close {
5   float: right;
6   font-size: 20px;
7   font-weight: bold;
8   line-height: @baseLineHeight;
9   color: @black;
10   text-shadow: 0 1px 0 rgba(255,255,255,1);
11   .opacity(20);
12   &:hover {
13     color: @black;
14     text-decoration: none;
15     .opacity(40);
16     cursor: pointer;
17   }
18 }