diff options
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/css.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index ed6f526c6..2cf91fe2f 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -191,6 +191,9 @@ h2 { clear: both; visibility: hidden; } +.link { + cursor:pointer; +} .divider { border-top:1px solid #cccccc; } |