mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
some style fixes
Conflicts: templates/8chan/boards-tags.html
This commit is contained in:
parent
4b782d6163
commit
c4fc827332
@ -16,7 +16,7 @@ $(document).ready(function(){
|
||||
|
||||
$('form[name="postcontrols"] > .delete')
|
||||
.first()
|
||||
.before('<div id="thread_stats" style="float:left;"></div>');
|
||||
.before('<div id="thread_stats"></div>');
|
||||
var el = $('#thread_stats');
|
||||
el.prepend('Page <span id="thread_stats_page">?</span>');
|
||||
if (IDsupport){
|
||||
|
@ -166,13 +166,13 @@ table.modlog tr th {
|
||||
color: #AAAAAA;
|
||||
}
|
||||
|
||||
.desktop-style div.boardlist:nth-child(1) {
|
||||
.desktop-style div.boardlist:not(.bottom) {
|
||||
text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
|
||||
background-color: #666666;
|
||||
}
|
||||
|
||||
|
||||
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
|
||||
.desktop-style div.boardlist:not(.bottom):hover, .desktop-style div.boardlist:not(.bottom).cb-menu {
|
||||
background-color: rgba(30%, 30%, 30%, 0.65);
|
||||
}
|
||||
|
||||
@ -190,3 +190,7 @@ div.report {
|
||||
.options_tab_icon.active {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
#quick-reply table {
|
||||
background: none repeat scroll 0% 0% #333 !important;
|
||||
}
|
||||
|
@ -326,6 +326,6 @@ form table tr td div {
|
||||
padding: 0px !important;
|
||||
}
|
||||
|
||||
.desktop-style div.boardlist:nth-child(1) {
|
||||
.desktop-style div.boardlist:not(.bottom) {
|
||||
background-color: #DDDDDD;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user