Skip to content

Commit

Permalink
Using a neutral colour for multilingual buttons at installation time (#…
Browse files Browse the repository at this point in the history
…12879)

* Using a neutral colour for multilingual buttons at installation time

* Using a darker shade of blue

* Reduce CSS, using wildcard
  • Loading branch information
infograf768 authored and wilsonge committed Nov 15, 2016
1 parent 15c3fc4 commit 3ac49e0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions installation/template/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,12 @@ fieldset {
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

#jform_activateMultilanguage [class*="btn-"]:active,
#jform_activateMultilanguage [class*="btn-"].active,
#jform_installLocalisedContent [class*="btn-"]:active,
#jform_installLocalisedContent [class*="btn-"].active,
#jform_activatePluginLanguageCode [class*="btn-"]:active,
#jform_activatePluginLanguageCode [class*="btn-"].active {
background-color: #294f7e;
}

0 comments on commit 3ac49e0

Please sign in to comment.