Fix color codes and badges
This commit is contained in:
parent
f456ad3a04
commit
f2c4c3bb1b
modules/monitoring/public/css
public/css/icinga
|
@ -78,12 +78,8 @@ div.contacts div.notification-periods {
|
|||
h3.tinystatesummary {
|
||||
line-height: 2em;
|
||||
font-size: 0.95em;
|
||||
padding-left: 1em;
|
||||
margin-right: 1em;
|
||||
background-color: #eee;
|
||||
color: @colorTextDefault;
|
||||
border: 1px solid #d9d9d9;
|
||||
border-left: 5px solid #049baf;
|
||||
border-bottom: 2px solid @colorPetrol;
|
||||
}
|
||||
|
||||
h3.tinystatesummary a {
|
||||
|
@ -99,11 +95,11 @@ h3.tinystatesummary a:hover {
|
|||
/* State badges */
|
||||
span.state {
|
||||
font-size: 1em;
|
||||
font-weight: 700;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
padding: 1px 2px;
|
||||
margin-right: 5px;
|
||||
border-radius: 0.2em
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
@colorLinkDefault: #049baf;
|
||||
@colorTextDefault: #666;
|
||||
@colorTextDarkDefault: #555;
|
||||
@colorPetrol: #049baf;
|
||||
@colorOk: #44bb77;
|
||||
@colorWarning: #ffaa44;
|
||||
@colorWarningHandled: #ffcc66;
|
||||
|
|
|
@ -152,9 +152,8 @@ html {
|
|||
.dashboard > div.container h1, .container .content h1, .container .controls h1, .content h3 {
|
||||
line-height: 2em;
|
||||
font-size: 1em;
|
||||
padding-left: 1em;
|
||||
color: @colorTextDefault;
|
||||
border-bottom: 2px solid #049baf;
|
||||
border-bottom: 2px solid @colorPetrol;
|
||||
}
|
||||
|
||||
.content h3 {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
height: 100%;
|
||||
|
||||
.logo {
|
||||
background-color: #049baf;
|
||||
background-color: @colorPetrol;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
@ -84,8 +84,8 @@
|
|||
input[type=submit] {
|
||||
color: #fff;
|
||||
border: 2px solid #ddd;
|
||||
border-color: #049baf;
|
||||
background: #049baf;
|
||||
border-color: @colorPetrol;
|
||||
background: @colorPetrol;
|
||||
margin-top: 1.5em;
|
||||
margin-left: 12.5em;
|
||||
}
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
}
|
||||
|
||||
#menu > ul > li.active li.active a {
|
||||
color: #049baf;
|
||||
color: @colorPetrol;
|
||||
}
|
||||
|
||||
#menu > ul > li.active li a:focus {
|
||||
|
@ -125,7 +125,7 @@
|
|||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
border-left: solid 5px #049baf;
|
||||
border-left: solid 5px @colorPetrol;
|
||||
}
|
||||
|
||||
/* BEGIN OF Hoverable menu */
|
||||
|
|
|
@ -7,5 +7,5 @@ div.selection-toolbar {
|
|||
}
|
||||
|
||||
div.selection-toolbar a {
|
||||
color: #049baf
|
||||
}
|
||||
color: @colorPetrol;
|
||||
}
|
||||
|
|
|
@ -225,7 +225,6 @@ li li .badge-container {
|
|||
text-align: center;
|
||||
white-space: nowrap;
|
||||
vertical-align: baseline;
|
||||
border-radius: 0.2em;
|
||||
background-color: @colorInvalid;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue