Index: skins/colibri/src/main/resources/colibri/colibri.css =================================================================== --- skins/colibri/src/main/resources/colibri/colibri.css (revision 23162) +++ skins/colibri/src/main/resources/colibri/colibri.css (working copy) @@ -4550,4 +4550,17 @@ /* Hide the Search panel since this functionality is included in the header */ .panels .Search { display: none; +} + +input.button{ + background: $theme.buttonPrimaryBackgroundColor; + color: $theme.buttonPrimaryTextColor; + border: 1px solid $theme.buttonPrimaryBackgroundColor; + text-transform: uppercase; + font-size: 0.85em; +} + +input.button:hover { + background: $theme.buttonSecondaryBackgroundColor; + color: $theme.buttonSecondaryTextColor; } \ No newline at end of file