Base style, needs dropdown and filter styling
This commit is contained in:
@ -3844,7 +3844,7 @@ input[type="submit"] {
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.88) 20%);
|
||||
background-image: linear-gradient(rgba(10, 10, 10, 0.5), rgba(10, 10, 10, 0.8) 10%, rgba(10, 10, 10, 0.95) 25%);
|
||||
z-index: 1; }
|
||||
.context-menu__title {
|
||||
padding: 16px 22px;
|
||||
@ -3880,10 +3880,10 @@ input[type="submit"] {
|
||||
width: 90vw;
|
||||
max-width: 250px;
|
||||
position: absolute;
|
||||
top: 10vh;
|
||||
top: 10%;
|
||||
left: 50%;
|
||||
margin-left: -125px;
|
||||
bottom: 0; }
|
||||
max-height: 90%; }
|
||||
.context-menu__section--submenu {
|
||||
background: none;
|
||||
border-radius: 0;
|
||||
@ -3925,6 +3925,10 @@ input[type="submit"] {
|
||||
.context-menu__item__link:before {
|
||||
display: none !important; }
|
||||
.context-menu__item__link:focus, .context-menu__item__link:active {
|
||||
-webkit-transition: none !important;
|
||||
-moz-transition: none !important;
|
||||
-o-transition: none !important;
|
||||
transition: none !important;
|
||||
background: #08d58f !important; } }
|
||||
|
||||
.context-menu-trigger {
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -98,7 +98,7 @@
|
||||
|
||||
// Release details
|
||||
// These are automatically injected to built HTML
|
||||
var build = "1542231813";
|
||||
var build = "1542267835";
|
||||
var version = "3.30.0";
|
||||
|
||||
// Construct the script tag
|
||||
|
||||
@ -232,7 +232,7 @@
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.50) 10%, rgba(0,0,0,0.88) 20%);
|
||||
background-image: linear-gradient(rgba(10,10,10,0.50), rgba(10,10,10,0.80) 10%, rgba(10,10,10,0.95) 25%);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
@ -273,10 +273,10 @@
|
||||
width: 90vw;
|
||||
max-width: 250px;
|
||||
position: absolute;
|
||||
top: 10vh;
|
||||
top: 10%;
|
||||
left: 50%;
|
||||
margin-left: -125px;
|
||||
bottom: 0;
|
||||
max-height: 90%;
|
||||
|
||||
&--submenu {
|
||||
background: none;
|
||||
@ -335,6 +335,7 @@
|
||||
|
||||
&:focus,
|
||||
&:active {
|
||||
@include noanimate();
|
||||
background: colour(turquoise) !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user