Improved a few schemas - context help fix - dark schemas now have dark text areas (et al.)
This commit is contained in:
@@ -3,6 +3,30 @@
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
textarea, input, select
|
||||
{
|
||||
color: #BBB !important;
|
||||
background: #333 !important;
|
||||
border-color: #2B2B2B !important;
|
||||
}
|
||||
|
||||
#profile-jot-submit-wrapper {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
#jot-title-wrap {
|
||||
border-bottom: none;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
optgroup {
|
||||
color: #CCC !important;
|
||||
}
|
||||
|
||||
option {
|
||||
color: $link_colour !important;
|
||||
}
|
||||
|
||||
.vcard, #contact-block, .widget {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
@@ -390,3 +414,21 @@ pre {
|
||||
box-shadow: 0px 3px 3px #222;
|
||||
}
|
||||
|
||||
.contextual-help-content-open {
|
||||
background: $nav_bg;
|
||||
top: 50px;
|
||||
border-bottom: #555 1px solid;
|
||||
box-shadow: 0px 3px 3px rgba(85,85,85,0.2);
|
||||
}
|
||||
|
||||
.contextual-help-tool {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.contextual-help-tool:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.contextual-help-tool i {
|
||||
color: $link_colour;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user