X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fthemes%2Fslate.css;h=7e9ac71bb499f8a900e4213d71e363cff1bc3ed2;hb=4eb5de10e01de1680b6c79a8abc32bbc9bfeccd8;hp=e0952626d7ec869cac41049b58abb1e514583b6a;hpb=55937c32cd03610419722a7127095b074ded3522;p=plack-app-gruntmaster.git diff --git a/css/themes/slate.css b/css/themes/slate.css index e095262..7e9ac71 100644 --- a/css/themes/slate.css +++ b/css/themes/slate.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: #c8c8c8; @@ -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; }