X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=style.less;h=2473abf3855a5017fd5984d78bad57d5b0ea332a;hb=078a999a7b7ed2ae37e27d88b3039221fbc1d90c;hp=c61302412e93b076ab5d04fb49ecac87328731f2;hpb=4c75fd3542bb59bc6ece0f46f4ec7b19b16085bf;p=peach-cgt.git diff --git a/style.less b/style.less index c613024..2473abf 100644 --- a/style.less +++ b/style.less @@ -48,15 +48,22 @@ 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;