Tweak the admin UI
This commit is contained in:
parent
90609468f1
commit
2bbee2ee54
2 changed files with 29 additions and 4 deletions
|
@ -350,6 +350,27 @@ form.action-form {
|
|||
#admin {
|
||||
margin-top: 50px;
|
||||
}
|
||||
.tabbar {
|
||||
margin-bottom:50px;
|
||||
}
|
||||
.tab {
|
||||
padding: 10px;
|
||||
text-decoration: none;
|
||||
}
|
||||
.tab.selected {
|
||||
background: $color-menu-background;
|
||||
color: $primary-color;
|
||||
border-top: 1px solid $primary-color;
|
||||
border-right: 1px solid $primary-color;
|
||||
border-left: 1px solid $primary-color;
|
||||
padding: 9px;
|
||||
|
||||
}
|
||||
.tab:hover {
|
||||
text-decoration: none;
|
||||
background: $color-menu-background;
|
||||
color: $color-light;
|
||||
}
|
||||
textarea, input, select {
|
||||
background: $color-menu-background;
|
||||
padding: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue