diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-12-05 13:01:16 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-12-05 13:01:16 +0100 |
commit | 584de9e698aee8f44ac66b5b544be6e2a5ebc8f9 (patch) | |
tree | 678c1865cce4eaaab8d6ee054bd1569b7df5894a /skins/larry/styles.css | |
parent | 2c16ab5682fe60cc2da6d0ca57089208810a642d (diff) |
Fix links in UI messages after new #messagestack was implemented
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 7acbae736..9c72e46a9 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -616,6 +616,15 @@ a.iconlink.upload { background: url(images/ajaxloader_dark.gif) 0 4px no-repeat; } +#messagestack div a { + color: #94c0da; +} + +#messagestack div a:hover { + text-decoration: underline; + cursor: pointer; +} + .ui-dialog.error .ui-dialog-title, .ui-dialog.warning .ui-dialog-title, .ui-dialog.confirmation .ui-dialog-title { |