From b390336016cb7b0d60251efd719bbecf635c1945 Mon Sep 17 00:00:00 2001 From: marijus Date: Fri, 28 Feb 2014 23:04:38 +0100 Subject: add hover effect to usermenu caret --- view/theme/redbasic/css/style.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 2efe79dcc..c410c61bc 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2210,6 +2210,14 @@ nav .dropdown-menu { border-bottom-left-radius: $radiuspx; } +#usermenu-caret { + color: #999; +} + +#avatar:hover + #usermenu-caret { + color: #fff; +} + /* bootstrap overrides */ blockquote { font-size: $body_font_size; @@ -2221,8 +2229,5 @@ blockquote { } .dropdown-menu img { - width: 32px; - height: 32px; - margin-right: 5px; border-radius: $radiuspx; } -- cgit v1.2.3 From e82c9eb176541b42c9ea00828d4d1a7f1231743b Mon Sep 17 00:00:00 2001 From: marijus Date: Fri, 28 Feb 2014 23:23:19 +0100 Subject: a little fix against bootstrap 3.1.1 --- view/theme/redbasic/css/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index c410c61bc..5a5d60d00 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2191,6 +2191,7 @@ nav img { height: 47px; width: 47px; margin-top: 2px; + margin-left: 15px; border-radius: $radiuspx; } -- cgit v1.2.3 From 6b6052d5a9dcbbd9f1edeb829008ccc0ac1efb3b Mon Sep 17 00:00:00 2001 From: marijus Date: Fri, 28 Feb 2014 23:34:52 +0100 Subject: Revert "a little fix against bootstrap 3.1.1" This reverts commit e82c9eb176541b42c9ea00828d4d1a7f1231743b. --- view/theme/redbasic/css/style.css | 1 - 1 file changed, 1 deletion(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 5a5d60d00..c410c61bc 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2191,7 +2191,6 @@ nav img { height: 47px; width: 47px; margin-top: 2px; - margin-left: 15px; border-radius: $radiuspx; } -- cgit v1.2.3