X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-cgt.git;a=blobdiff_plain;f=style.less;h=5df22bd1a6c164ba7ebd093c4b7e78d38900645f;hp=e0899b0ac50152836194ec482a5ff3eb51fc4632;hb=f2045f8594e9e8f61aa439a9316529dafc680755;hpb=79d3e474a96013531cce2d8e2d6890aee11cfad9 diff --git a/style.less b/style.less index e0899b0..5df22bd 100644 --- a/style.less +++ b/style.less @@ -40,4 +40,29 @@ h1 { border: 2px solid #fff; .shadow(1px, 1px, 8px, 0.4); border-radius: 4px; + + .button { + display: none; + border: 1px solid #aaa; + border-radius: 2px; + background-color: #fff; + } + .button:hover { + background: #eee; + cursor: pointer; + } + &:hover .button { + display: block; + } +} + +.marked { + border-color: black; +} + +.flipped { + .cardtext { + display: none; + } + background-color: #ddd; }