Mercurial Hosting > disearch
comparison src/site.css @ 12:3e2cb946d511
form handling
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 30 Oct 2023 14:59:45 -0600 |
parents | 62dd23f0b549 |
children |
comparison
equal
deleted
inserted
replaced
11:62dd23f0b549 | 12:3e2cb946d511 |
---|---|
11 } | 11 } |
12 a:hover { | 12 a:hover { |
13 text-decoration: underline; | 13 text-decoration: underline; |
14 } | 14 } |
15 | 15 |
16 input[type="submit"], | |
16 [onclick] { | 17 [onclick] { |
17 cursor: pointer; | 18 cursor: pointer; |
18 } | 19 } |
19 | 20 |
20 [pulldown] { | 21 [pulldown] { |
47 | 48 |
48 div[header] [pulldown_menu] { | 49 div[header] [pulldown_menu] { |
49 right: 0; | 50 right: 0; |
50 margin-top: 20px; | 51 margin-top: 20px; |
51 } | 52 } |
53 | |
54 [error] { | |
55 font-size: small; | |
56 color: firebrick; | |
57 } | |
58 [error][flash] { | |
59 color: red; | |
60 } | |
61 [error="success"] { | |
62 color: green; | |
63 } | |
64 [error="success"][flash] { | |
65 color: lime; | |
66 } |