X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=style.less;h=2473abf3855a5017fd5984d78bad57d5b0ea332a;hb=e39c3d01d9c40b425168f1f8dcb2d9ddef975808;hp=610023fca17a61aeb76631f1fe594e03207d3c15;hpb=b828a190d7672e89aa84801b66edb0d82076e45d;p=peach-cgt.git diff --git a/style.less b/style.less index 610023f..2473abf 100644 --- a/style.less +++ b/style.less @@ -48,16 +48,26 @@ h1 { border: 2px solid #468; } -.card { +.card, .blank_card { width: @card-width; height: @card-height; padding: 2px; position: absolute; + border-radius: 4px; +} + +.blank_card { + border: 1px solid #777; +} + +.card { background: #fff; border: 2px solid #fff; .shadow(1px, 1px, 8px, 0.4); - border-radius: 4px; + &:hover { + z-index: 9999 !important; + } .button { display: none; border: 1px solid #aaa;