diff options
author | Michael <icarus@dabo.de> | 2012-04-13 00:10:13 +0200 |
---|---|---|
committer | Michael <icarus@dabo.de> | 2012-04-13 00:10:13 +0200 |
commit | 7384786d4417ddd051b7daa71c019d3c551efc68 (patch) | |
tree | 56bc56ca94ae5d11db0c3e2f67620b15527236ad /view/theme/quattro/quattro.less | |
parent | 39405c8056b4a1d55c97fb2963d8776695dbeb30 (diff) | |
parent | e3af552bbfff2632bbcf2ce94c3e08ad4a5142d2 (diff) | |
download | volse-hubzilla-7384786d4417ddd051b7daa71c019d3c551efc68.tar.gz volse-hubzilla-7384786d4417ddd051b7daa71c019d3c551efc68.tar.bz2 volse-hubzilla-7384786d4417ddd051b7daa71c019d3c551efc68.zip |
Merge remote branch 'upstream/master'
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; } + } } |