bst/webapp/style/uwt-header.css
2023-10-31 00:21:50 -04:00

31 lines
1.0 KiB
CSS

body > div.uwt-header, body > form > div.uwt-header
{
background-color: #3e495f;
}
body > div.uwt-header > *, body > form > div.uwt-header > *
{
color: #fff;
}
body > div.uwt-header > label
{
padding: 16px;
}
body > div.uwt-header > a, body > form > div.uwt-header > a, body > div.uwt-header > div > a, body > form > div.uwt-header > div > a
{
color: #fff;
display: inline-block;
padding: 16px;
text-decoration: none;
}
body > div.uwt-header > a:hover, body > form > div.uwt-header > a:hover, body > div.uwt-header > div > a:hover, body > form > div.uwt-header > div > a:hover
{
background-color: rgba(0,0,0, 0.3);
}
body > div.uwt-header > a.uwt-selected, body > form > div.uwt-header > a.uwt-selected, body > div.uwt-header > div > a.uwt-selected, body > form > div.uwt-header > div > a.uwt-selected
{
background-color: rgba(0,0,0, 0.5);
}
body > div.uwt-header > a > span.uwt-title, body > form > div.uwt-header > a > span.uwt-title, body > div.uwt-header > div > a > span.uwt-title, body > form > div.uwt-header > div > a > span.uwt-title
{
margin-left: 8px;
}