1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +02:00

Finish admin permissions page and clean up everything

This commit is contained in:
Toby Zerner
2015-07-31 20:16:47 +09:30
parent 5706c71c86
commit fde7afd3e2
33 changed files with 766 additions and 291 deletions

View File

@@ -157,12 +157,14 @@
background: transparent !important;
padding: 0;
color: inherit !important;
line-height: inherit;
&:hover {
text-decoration: underline;
}
&:active,
&.active {
&.active,
.open > &.Dropdown-toggle {
.box-shadow(none);
}
}
@@ -204,6 +206,7 @@
.Button-icon {
font-size: 16px;
vertical-align: -1px;
margin: 0;
}
}
.SessionDropdown .Dropdown-toggle {
@@ -214,6 +217,9 @@
.Avatar--size(24px);
}
}
.Button-icon {
margin-right: 3px;
}
.Button-icon,
.Button-caret {
font-size: 14px;