diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-04-12 09:17:35 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-04-12 09:17:35 +0200 |
commit | 309f2bfa5f85e80e94d6ee177496c5a095201943 (patch) | |
tree | 6f2fa30889c7935bb3f70da10ff5d33f4700fa09 /view/theme/quattro/quattro.less | |
parent | a23d46c49b59f05d89a7c5a949ae9b9af107e7c9 (diff) | |
download | volse-hubzilla-309f2bfa5f85e80e94d6ee177496c5a095201943.tar.gz volse-hubzilla-309f2bfa5f85e80e94d6ee177496c5a095201943.tar.bz2 volse-hubzilla-309f2bfa5f85e80e94d6ee177496c5a095201943.zip |
quattro: icons for "Mark all sys notifs read" and "See all notifs" as icons in a toolbar in notifications menu
Diffstat (limited to 'view/theme/quattro/quattro.less')
-rw-r--r-- | view/theme/quattro/quattro.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index c6352cfe9..0660a3ad7 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -227,6 +227,12 @@ ul.menu-popup { text-align: center; color: @MenuEmpty; } + .toolbar { + background-color: @MenuEmpty; + height: auto; overflow: auto; + a { float: right; } + a:hover { background-color: @MenuBg; } + } } |