Making sure the great new context help works with all thmes and schema's (3rd party themes: maybe abit of tweaking is still needed). Also fixing some minor cosmetic things.
This commit is contained in:
parent
5591eac973
commit
7229cd56ed
@ -1898,8 +1898,8 @@ nav .badge.mail-update:hover {
|
|||||||
|
|
||||||
/* contextual help */
|
/* contextual help */
|
||||||
.help-content {
|
.help-content {
|
||||||
background: rgba(255, 255, 255, 0.9);
|
background: $bgcolour;
|
||||||
color: #333333;
|
color: $font_colour;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: -1000px;
|
top: -1000px;
|
||||||
left: 0%;
|
left: 0%;
|
||||||
@ -1909,15 +1909,15 @@ nav .badge.mail-update:hover {
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
|
transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: #CCC thin solid;
|
border-bottom: #CCC thin solid;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.help-content-open {
|
.help-content-open {
|
||||||
top: 50px;
|
top: 50px;
|
||||||
-moz-box-shadow: 3px 3px 3px #ccc;
|
-moz-box-shadow: 0px 3px 3px #ccc;
|
||||||
-webkit-box-shadow: 3px 3px 3px #ccc;
|
-webkit-box-shadow: 0px 3px 3px #ccc;
|
||||||
box-shadow: 3px 3px 3px #ccc;
|
box-shadow: 0px 3px 3px #ccc;
|
||||||
}
|
}
|
||||||
main {
|
main {
|
||||||
top: auto;
|
top: auto;
|
||||||
|
@ -464,4 +464,19 @@ a:hover > .icon-trash {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.help-content {
|
||||||
|
color: #FFF;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.help-content a {
|
||||||
|
color: #FFF;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
.help-content-open {
|
||||||
|
-moz-box-shadow: none;
|
||||||
|
-webkit-box-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -360,3 +360,14 @@ pre {
|
|||||||
.table > tbody > tr > td {
|
.table > tbody > tr > td {
|
||||||
border-color: #888;
|
border-color: #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.help-content {
|
||||||
|
border-bottom: #222 thin solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
.help-content-open {
|
||||||
|
-moz-box-shadow: 0px 3px 3px #222;
|
||||||
|
-webkit-box-shadow: 0px 3px 3px #222;
|
||||||
|
box-shadow: 0px 3px 3px #222;
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -275,3 +275,13 @@ pre {
|
|||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.help-content {
|
||||||
|
border-bottom: #000 thin solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
.help-content-open {
|
||||||
|
-moz-box-shadow: none;
|
||||||
|
-webkit-box-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
@ -305,3 +305,13 @@ pre {
|
|||||||
.table > tbody > tr > td {
|
.table > tbody > tr > td {
|
||||||
border-color: #143D12;
|
border-color: #143D12;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.help-content {
|
||||||
|
border-bottom: #143D12 thin solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
.help-content-open {
|
||||||
|
-moz-box-shadow: none;
|
||||||
|
-webkit-box-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
@ -279,3 +279,13 @@ pre {
|
|||||||
.table > tbody > tr > td {
|
.table > tbody > tr > td {
|
||||||
border-color: #FFF;
|
border-color: #FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.help-content {
|
||||||
|
border-bottom: #FFF thin solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
.help-content-open {
|
||||||
|
-moz-box-shadow: none;
|
||||||
|
-webkit-box-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user