fix colors for post mode menu

This commit is contained in:
albert
2013-02-18 14:44:21 -05:00
parent 1620d37ebb
commit 5167cf6948
3 changed files with 58 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
this.initialize_selector();
this.initialize_preview_link();
this.initialize_edit_form();
Danbooru.PostModeMenu.change();
}
}

View File

@@ -23,7 +23,7 @@ header#top {
menu.main {
margin-top: 0px;
background: white;
background: none;
li.current a {
background: $menu_color;

View File

@@ -55,6 +55,62 @@ article.post-preview.post-status-flagged img {
margin-left: 0.2em;
}
body.mode-edit {
background: #3A3;
}
body.mode-add-fav {
background: #FFA;
}
body.mode-remove-fav {
background: #FFA;
}
body.mode-rating-q {
background: #AAA;
}
body.mode-rating-s {
background: #6F6;
}
body.mode-rating-e {
background: #F66;
}
body.mode-vote-down {
background: #FAA;
}
body.mode-vote-up {
background: #AFA;
}
body.mode-lock-rating {
background: #AA3;
}
body.mode-lock-note {
background: #3AA;
}
body.mode-approve {
background: #26A;
}
body.mode-add-to-pool {
background: #26A;
}
body.mode-apply-tag-script {
background: #A3A;
}
body.mode-edit-tag-script {
background: white;
}
div#c-posts {
div.notice {
font-size: 0.8em;