/**************************************** * Global styles for mobile templates ****************************************/ /* main user menu button when root */ [data-role="header"] a.root-user, [data-role="header"] a.root-user:hover { background-color: red; } /* become/stop root menu links */ #usermenu .root-user a { background-color: red; } /* normal flash messages */ .flash { color: green; margin-bottom: 1em; } /* error flash messages */ .error { color: red; margin-bottom: 1em; } .replacement-header { display: none; } .field-wrapper label { font-weight: bold; margin-top: 1em; }