mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
29 lines
No EOL
618 B
CSS
29 lines
No EOL
618 B
CSS
/*------------------------------ RESET + DEFAULT STYLES ---------------------------------*/
|
|
|
|
/*
|
|
Eric Meyer's final reset.css
|
|
Source: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
|
|
*/
|
|
.NB-modal div, .NB-modal span,
|
|
.NB-modal a, .NB-modal img,
|
|
.NB-modal ul, .NB-modal li,
|
|
.NB-modal fieldset, .NB-modal form, .NB-modal label {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
outline: 0;
|
|
font-weight: inherit;
|
|
font-style: inherit;
|
|
font-size: 100%;
|
|
font-family: inherit;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
.NB-modal :focus {
|
|
outline: 0;
|
|
}
|
|
.NB-modal {
|
|
line-height: 1;
|
|
color: black;
|
|
background: white;
|
|
} |