forked from leftypol/leftypol
compact-boardlist.js: initial commit
This commit is contained in:
parent
863b446a11
commit
c8913f41a7
15 changed files with 122 additions and 14 deletions
|
@ -171,7 +171,7 @@ table.modlog tr th {
|
|||
}
|
||||
|
||||
|
||||
.desktop-style div.boardlist:nth-child(1):hover {
|
||||
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
|
||||
background-color: rgba(30%, 30%, 30%, 0.65);
|
||||
}
|
||||
|
||||
|
|
|
@ -426,7 +426,7 @@ table.mod.config-editor input[type="text"] {
|
|||
z-index: 30;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
.desktop-style div.boardlist:nth-child(1):hover {
|
||||
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
|
||||
background-color: rgba(0, 0, 0, 1);
|
||||
}
|
||||
|
||||
|
|
|
@ -99,6 +99,6 @@ div.boardlist.bottom {
|
|||
.desktop-style div.boardlist:nth-child(1) {
|
||||
text-shadow: #fff 1px 1px 1px, #fff -1px -1px 1px;
|
||||
}
|
||||
.desktop-style div.boardlist:nth-child(1):hover {
|
||||
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
|
||||
background-color: rgba(90%, 90%, 90%, 0.55);
|
||||
}
|
||||
|
|
|
@ -93,6 +93,6 @@ table.modlog tr th {
|
|||
}
|
||||
|
||||
|
||||
.desktop-style div.boardlist:nth-child(1):hover {
|
||||
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
|
||||
background-color: rgba(90%, 90%, 90%, 0.55);
|
||||
}
|
||||
|
|
|
@ -81,6 +81,6 @@ table.modlog tr th {
|
|||
}
|
||||
|
||||
|
||||
.desktop-style div.boardlist:nth-child(1):hover {
|
||||
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
|
||||
background-color: rgba(90%, 90%, 90%, 0.55);
|
||||
}
|
||||
|
|
|
@ -131,6 +131,6 @@ color: #054500;
|
|||
}
|
||||
|
||||
|
||||
.desktop-style div.boardlist:nth-child(1):hover {
|
||||
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
|
||||
background-color: rgba(90%, 90%, 90%, 0.55);
|
||||
}
|
||||
|
|
|
@ -438,7 +438,7 @@ table.mod.config-editor input[type="text"] {
|
|||
width: 98%;
|
||||
}
|
||||
|
||||
.desktop-style div.boardlist:nth-child(1):hover {
|
||||
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
|
|
|
@ -92,6 +92,6 @@ div.boardlist {
|
|||
}
|
||||
|
||||
|
||||
.desktop-style div.boardlist:nth-child(1):hover {
|
||||
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
|
||||
background-color: rgba(70%, 95%, 100%, 0.45);
|
||||
}
|
||||
|
|
|
@ -251,6 +251,6 @@ border-top: 1px solid #835B36 !important;
|
|||
.desktop-style div.boardlist:nth-child(1) {
|
||||
background: none repeat scroll 0 0 #FFFFFF !important;
|
||||
}
|
||||
.desktop-style div.boardlist:nth-child(1):hover {
|
||||
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
|
||||
background: none repeat scroll 0 0 #FFFFFF;
|
||||
}
|
|
@ -431,7 +431,7 @@ table.mod.config-editor input[type="text"] {
|
|||
margin-top: 0px;
|
||||
z-index: 30;
|
||||
}
|
||||
.desktop-style div.boardlist:nth-child(1):hover {
|
||||
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
|
||||
background-color: rgba(90%, 90%, 90%, 0.6);
|
||||
}
|
||||
|
||||
|
|
|
@ -160,7 +160,7 @@ table.modlog tr th {
|
|||
background-color: black;
|
||||
border-bottom: #00FF00 1px dashed;
|
||||
}
|
||||
.desktop-style div.boardlist:nth-child(1):hover {
|
||||
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
|
|
|
@ -198,7 +198,7 @@ div.boardlist.bottom {
|
|||
}
|
||||
|
||||
|
||||
.desktop-style div.boardlist:nth-child(1):hover {
|
||||
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
|
||||
background-color: rgba(0%, 0%, 0%, 0.45);
|
||||
}
|
||||
|
||||
|
|
|
@ -397,6 +397,6 @@ div.blotter {
|
|||
}
|
||||
|
||||
|
||||
.desktop-style div.boardlist:nth-child(1):hover {
|
||||
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
|
||||
background-color: rgba(100%, 100%, 30%, 0.35);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue