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:
jeroenpraat
2016-04-18 01:57:54 +02:00
parent 5591eac973
commit 7229cd56ed
6 changed files with 62 additions and 6 deletions

View File

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

View File

@@ -360,3 +360,14 @@ pre {
.table > tbody > tr > td {
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;
}

View File

@@ -275,3 +275,13 @@ pre {
background-color: inherit;
border: none;
}
.help-content {
border-bottom: #000 thin solid;
}
.help-content-open {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

View File

@@ -305,3 +305,13 @@ pre {
.table > tbody > tr > td {
border-color: #143D12;
}
.help-content {
border-bottom: #143D12 thin solid;
}
.help-content-open {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

View File

@@ -279,3 +279,13 @@ pre {
.table > tbody > tr > td {
border-color: #FFF;
}
.help-content {
border-bottom: #FFF thin solid;
}
.help-content-open {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}