mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
CSS: Rename big-icon to large-icon and use percent instead of px for font-size
refs #10294
This commit is contained in:
parent
9d02aa75ea
commit
f951e29269
@ -21,4 +21,4 @@ switch ($comment->type) {
|
||||
$tooltip = $this->translate('Comment was caused by an acknowledgement');
|
||||
break;
|
||||
}
|
||||
echo $this->icon($icon, $tooltip, array('class' => 'big-icon'));
|
||||
echo $this->icon($icon, $tooltip, array('class' => 'large-icon'));
|
||||
|
@ -4,8 +4,8 @@
|
||||
color: @icinga-blue;
|
||||
}
|
||||
|
||||
.big-icon {
|
||||
font-size: 28px;
|
||||
.large-icon {
|
||||
font-size: 200%;
|
||||
}
|
||||
|
||||
.clearfix {
|
||||
@ -66,7 +66,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
a:hover .icon-cancel {
|
||||
a:hover > .icon-cancel {
|
||||
color: @color-critical;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user