mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-14 00:13:27 -05:00
css: remove obsolete normalization
This commit is contained in:
parent
c56c66d193
commit
0810738235
1 changed files with 0 additions and 33 deletions
|
|
@ -1,33 +1,4 @@
|
|||
|
||||
/* Normalize CSS */
|
||||
|
||||
.content {
|
||||
a {
|
||||
font-weight: normal;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.text-small {
|
||||
color: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
p a {
|
||||
color: @icinga-blue;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
}
|
||||
.controls h1 a {
|
||||
color: inherit;
|
||||
float: right;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.controls h1 form {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.action-bar a {
|
||||
color: @icinga-blue;
|
||||
&:hover::before {
|
||||
|
|
@ -36,10 +7,6 @@
|
|||
margin-right: 1em;
|
||||
}
|
||||
|
||||
h1 a:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
div.bp {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue