mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-10 06:23:05 -05:00
parent
23b3c92ed7
commit
1c1572fb56
1 changed files with 8 additions and 10 deletions
|
|
@ -148,7 +148,7 @@ ul.bp {
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
height: 50%;
|
||||
background: linear-gradient(transparent, white);
|
||||
background: linear-gradient(transparent, @body-bg-color);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -254,10 +254,10 @@ ul.bp {
|
|||
|
||||
// hover style
|
||||
li.process:hover > div {
|
||||
background-color: #dae4e6;
|
||||
background-color: @tr-active-color;
|
||||
}
|
||||
li:not(.process):hover {
|
||||
background-color: #dae4e6;
|
||||
background-color: @tr-active-color;
|
||||
}
|
||||
|
||||
li.process > div > .state-ball,
|
||||
|
|
@ -468,7 +468,7 @@ td > a > .badges {
|
|||
}
|
||||
|
||||
a:hover {
|
||||
background-color: white;
|
||||
background-color: @body-bg-color;
|
||||
color: @text-color;
|
||||
}
|
||||
|
||||
|
|
@ -658,7 +658,7 @@ td > a > .badges {
|
|||
}
|
||||
|
||||
.breadcrumb li:not(:last-of-type) a:after {
|
||||
border-left: 1.2em solid white;
|
||||
border-left: 1.2em solid @body-bg-color;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
|
|
@ -767,7 +767,6 @@ table.sourcecode {
|
|||
}
|
||||
|
||||
form input[type=file] {
|
||||
background-color: white;
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
|
|
@ -846,7 +845,6 @@ input[type=text], input[type=password], textarea, select {
|
|||
border-color: transparent;
|
||||
border-bottom-color: @gray-lighter;
|
||||
border-width: 1px 1px 1px 3px;
|
||||
background-color: white;
|
||||
|
||||
&.search {
|
||||
background: transparent url("../img/icons/search.png") no-repeat scroll 0.5em center / 1em 1em;
|
||||
|
|
@ -899,18 +897,18 @@ select, input[type=text], textarea {
|
|||
select[value=""] {
|
||||
color: blue;
|
||||
border: 1px solid #666;
|
||||
background-color: white;
|
||||
background-color: @body-bg-color;
|
||||
}
|
||||
|
||||
select option {
|
||||
color: inherit;
|
||||
padding-left: 0.5em;
|
||||
background-color: white;
|
||||
background-color: @body-bg-color;
|
||||
}
|
||||
|
||||
select option[value=""] {
|
||||
color: #aaa;
|
||||
background-color: white;
|
||||
background-color: @body-bg-color;
|
||||
}
|
||||
|
||||
form dt label {
|
||||
|
|
|
|||
Loading…
Reference in a new issue