tailbone/tailbone/static/css/mobile.css
2016-12-12 15:24:26 -06:00

32 lines
561 B
CSS

/****************************************
* 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;
}