1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 15:37:51 +02:00

Fix user card style regressions

This commit is contained in:
Toby Zerner
2015-03-24 16:12:21 +10:30
parent 4a16b8ad32
commit 75617c6ddc
2 changed files with 4 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ body {
color: @fl-drawer-color; color: @fl-drawer-color;
} }
} }
&:not(.dropdown-menu), & a:not(.dropdown-menu a), & .btn-link:not(.dropdown-menu .btn-link) { &, & a, & .btn-link {
color: @fl-drawer-control-color; color: @fl-drawer-control-color;
} }
& .form-control { & .form-control {

View File

@@ -25,9 +25,11 @@
.user-card-popover { .user-card-popover {
width: 500px; width: 500px;
padding: 20px; padding: 20px;
border-radius: @border-radius-base;
.box-shadow(0 2px 6px @fl-shadow-color); .box-shadow(0 2px 6px @fl-shadow-color);
&, & .darken-overlay {
border-radius: @border-radius-base;
}
& .container { & .container {
width: auto !important; width: auto !important;
padding: 0 !important; padding: 0 !important;