fix colors for post mode menu
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
this.initialize_selector();
|
this.initialize_selector();
|
||||||
this.initialize_preview_link();
|
this.initialize_preview_link();
|
||||||
this.initialize_edit_form();
|
this.initialize_edit_form();
|
||||||
|
Danbooru.PostModeMenu.change();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ header#top {
|
|||||||
|
|
||||||
menu.main {
|
menu.main {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
background: white;
|
background: none;
|
||||||
|
|
||||||
li.current a {
|
li.current a {
|
||||||
background: $menu_color;
|
background: $menu_color;
|
||||||
|
|||||||
@@ -55,6 +55,62 @@ article.post-preview.post-status-flagged img {
|
|||||||
margin-left: 0.2em;
|
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#c-posts {
|
||||||
div.notice {
|
div.notice {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
|
|||||||
Reference in New Issue
Block a user