diff options
author | friendica <info@friendica.com> | 2012-05-16 04:59:15 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-16 04:59:15 -0700 |
commit | 18f638c93e5dc08c274f404d327ec8f10855a3d3 (patch) | |
tree | 9286959f9df544ddd04d33cf32dcf7eba58f5f41 /view/theme/dispy/dark/style.less | |
parent | 1900f4dd5be307a00f1c18c048d76a34145cf266 (diff) | |
parent | becfe1f6f7aab1e2b6ae6c17bfae6b9c36ad260c (diff) | |
download | volse-hubzilla-18f638c93e5dc08c274f404d327ec8f10855a3d3.tar.gz volse-hubzilla-18f638c93e5dc08c274f404d327ec8f10855a3d3.tar.bz2 volse-hubzilla-18f638c93e5dc08c274f404d327ec8f10855a3d3.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/dispy/dark/style.less')
-rw-r--r-- | view/theme/dispy/dark/style.less | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/view/theme/dispy/dark/style.less b/view/theme/dispy/dark/style.less index 7634db1d7..f2714b717 100644 --- a/view/theme/dispy/dark/style.less +++ b/view/theme/dispy/dark/style.less @@ -282,20 +282,20 @@ h6 { } .button, #profile-listing-desc { - .box(25%, auto); - background: @menu_bg_colour; + // .box(25%, auto); + // background: @menu_bg_colour; color: @main_colour; - .borders(2px, outset, darken(@menu_bg_colour, 20%)); - .rounded_corners; + // .borders(2px, outset, darken(@menu_bg_colour, 20%)); + // .rounded_corners; padding: 5px; - font-size: smaller; + // font-size: smaller; cursor: pointer; &.active { .box_shadow(4px, 4px, 7px); } a { color: @main_colour; - font-size: smaller; + // font-size: smaller; font-weight: bold; } } @@ -568,6 +568,9 @@ div.jGrowl div { padding-left: 58px; margin-top: 50px; } + // &.jGrowl-message { + + // } } #nav-notifications-menu { margin: 30px 0 0 -20px; @@ -2349,7 +2352,7 @@ div { .sidebar-group-element { padding: 3px; &:hover { - color: @bg_colour; + color: @main_colour; background: @shiny_colour; .borders(1px, solid, @hover_colour); padding: 3px; |