create collections from movies page
This commit is contained in:
parent
d3a7d45969
commit
e0996c055a
5 changed files with 270 additions and 71 deletions
|
@ -62,30 +62,27 @@
|
|||
border-width: 0 !important;
|
||||
}
|
||||
|
||||
.libraryMenuButton {
|
||||
/*padding-left: 10px;
|
||||
opacity: .85;*/
|
||||
.libraryMenuButton img {
|
||||
border: 1px solid #444 !important;
|
||||
padding: .5em;
|
||||
background-color: #181818;
|
||||
border-radius: 5px;
|
||||
height: 14px!important;
|
||||
}
|
||||
|
||||
.headerHomeButton {
|
||||
padding-right: 0!important;
|
||||
.libraryMenuButton:hover {
|
||||
opacity: 1!important;
|
||||
}
|
||||
|
||||
.libraryMenuButton img, .headerHomeButton img {
|
||||
border: 1px solid #444 !important;
|
||||
padding: .5em;
|
||||
background-color: #181818;
|
||||
border-radius: 5px;
|
||||
height: 14px!important;
|
||||
}
|
||||
.libraryMenuButton img:hover {
|
||||
background-color: #38c;
|
||||
}
|
||||
|
||||
.libraryMenuButton:hover {
|
||||
opacity: 1!important;
|
||||
}
|
||||
|
||||
.libraryMenuButton img:hover, .headerHomeButton img:hover {
|
||||
background-color: #38c;
|
||||
@media all and (min-width: 600px) {
|
||||
.libraryMenuButton {
|
||||
opacity: .9;
|
||||
}
|
||||
}
|
||||
|
||||
.libraryMenuButtonText {
|
||||
color: #fff !important;
|
||||
|
@ -321,14 +318,6 @@
|
|||
color: #ddd;
|
||||
}
|
||||
|
||||
@media all and (max-width: 600px) {
|
||||
|
||||
.headerSettingsButton {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media all and (max-width: 500px) {
|
||||
|
||||
.libraryMenuButtonText {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue