diff options
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index 1b2f37ceb..9b483747d 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -680,6 +680,24 @@ input[type="submit"] { cursor: pointer; } +.cancel_button { + font: 12px/100% Arial, Helvetica, sans-serif; + font-weight: bold; + color: #999999; + background:#dddddd; + border: 1px solid #999999; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + width: auto; + height: 25px; + padding: 2px 6px 2px 6px; + margin:10px 0 10px 10px; + cursor: pointer; +} +.cancel_button:hover { + background: #cccccc; +} + .input-text, .input-tags, .input-url, |