X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-cgt.git;a=blobdiff_plain;f=style.less;h=622e725271cc4ff09259e06a673418f8cb0d5a1e;hp=db96490672c0cf9751ddada9cb7d49734608a5ca;hb=f12edd687531576f662976ccb4d24a9f5cd42fd9;hpb=d2732fceca505157f58de882f35a4b419690ddd1 diff --git a/style.less b/style.less index db96490..622e725 100644 --- a/style.less +++ b/style.less @@ -12,7 +12,7 @@ @your-side-color: #ffe2e2; @my-side-color: #e2ffe2; -#loading-card { +#loading_card { top: (@table-height - @card-height) / 2 - 4px; left: (@table-width - @card-width) / 2 - 4px; } @@ -167,4 +167,12 @@ h1 { height: @table-height + 20; overflow: scroll; .shadow(3px, 3px, 16px, 0.8); + + li, div { + cursor: pointer; + } + + .in_deck { + color: #080; + } }