Base style, needs dropdown and filter styling

This commit is contained in:
James Barnsley
2018-11-15 21:27:20 +13:00
parent a1510ee08f
commit 958481ce85
5 changed files with 10328 additions and 13598 deletions

View File

@ -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

View File

@ -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

View File

@ -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;
}
}