themes: drop errorbox styles
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
a64ab077d7
commit
fed315a5e3
2 changed files with 0 additions and 18 deletions
|
@ -287,7 +287,6 @@ header > .container > .brand {
|
|||
color: black;
|
||||
}
|
||||
|
||||
.errorbox,
|
||||
.alert-message {
|
||||
margin: 2rem 0 0 0;
|
||||
padding: 1rem;
|
||||
|
@ -303,12 +302,6 @@ header > .container > .brand {
|
|||
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12);
|
||||
}
|
||||
|
||||
.errorbox {
|
||||
color: #fff;
|
||||
background-color: #f0ad4e;
|
||||
border-color: #eea236;
|
||||
}
|
||||
|
||||
.error {
|
||||
color: red;
|
||||
}
|
||||
|
|
|
@ -966,17 +966,6 @@ div.cbi-tab-descr {
|
|||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.errorbox {
|
||||
border: 1px solid #FF0000;
|
||||
background-color: #FFCCCC;
|
||||
padding: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.errorbox a {
|
||||
color: #000000 !important;
|
||||
}
|
||||
|
||||
|
||||
.ifacebadge, .ifacebox {
|
||||
display: inline-flex;
|
||||
|
|
Loading…
Reference in a new issue