mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
Design Timeline
This commit is contained in:
parent
7aef0581f3
commit
48a4403d6f
@ -700,8 +700,7 @@ table.pivot {
|
|||||||
div.timeline-legend {
|
div.timeline-legend {
|
||||||
float: left;
|
float: left;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #d9d9d9;
|
||||||
border-radius: 0.5em;
|
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@ -714,7 +713,6 @@ div.timeline-legend {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
margin: 0.5em;
|
margin: 0.5em;
|
||||||
border-radius: 0.5em;
|
|
||||||
|
|
||||||
span {
|
span {
|
||||||
color: white;
|
color: white;
|
||||||
@ -740,7 +738,7 @@ div.timeline {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: black;
|
color: @colorTextDefault;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -748,6 +746,8 @@ div.timeline {
|
|||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: @colorTextDefault;
|
color: @colorTextDefault;
|
||||||
|
text-decoration: underline;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user