X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fthemes%2Fcyborg.css;h=5d80614ecda48817dd5896f7eab40ce5ca63237f;hb=14582b6fca574c3404aea4675ffebc6f7b57c8cb;hp=be713e15490a96879131c1075e24a0d2a1afcf77;hpb=55937c32cd03610419722a7127095b074ded3522;p=plack-app-gruntmaster.git diff --git a/css/themes/cyborg.css b/css/themes/cyborg.css index be713e1..5d80614 100644 --- a/css/themes/cyborg.css +++ b/css/themes/cyborg.css @@ -280,7 +280,7 @@ html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { - font-family: serif; + font-family: "DejaVu Serif", Georgia, serif; font-size: 14px; line-height: 1.42857143; color: #888888; @@ -1896,6 +1896,31 @@ tbody.collapse.in { padding: 9px; border-radius: 3px; } +.close { + float: right; + font-size: 21px; + font-weight: bold; + line-height: 1; + color: #000000; + text-shadow: 0 1px 0 #ffffff; + opacity: 0.2; + filter: alpha(opacity=20); +} +.close:hover, +.close:focus { + color: #000000; + text-decoration: none; + cursor: pointer; + opacity: 0.5; + filter: alpha(opacity=50); +} +button.close { + padding: 0; + cursor: pointer; + background: transparent; + border: 0; + -webkit-appearance: none; +} .modal-open { overflow: hidden; }