forked from leftypol/leftypol
attention bar: cleanup stylesheets
This commit is contained in:
parent
260415fb5f
commit
dc40c2c845
2 changed files with 24 additions and 7 deletions
|
@ -432,3 +432,24 @@ table.mod.config-editor input[type="text"] {
|
|||
text-indent: 0px;
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
#attention_bar {
|
||||
height: 1.5em;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
#attention_bar_form {
|
||||
display: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
#attention_bar_input {
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
}
|
||||
#attention_bar:hover {
|
||||
background-color: #fff;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue