Skip to content

Commit e249d4b

Browse files
author
Kristan Kenney
committed
Add graph-rounded css selector class
1 parent fb0e239 commit e249d4b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

install/deb/themes/dark.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,6 +1464,10 @@ form#vstobjects.suspended {
14641464
color: #cacaca !important;
14651465
}
14661466

1467+
.graph-rounded {
1468+
border-radius: 8px;
1469+
}
1470+
14671471
.body-rrd .units .l-unit {
14681472
background-color: #282828 !important;
14691473
border-left: 1px solid transparent !important;

web/templates/admin/list_rrd.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</div>
5757

5858
<div>
59-
<a href="/list/rrd/image.php?/rrd/<?php echo $data[$key]['TYPE']."/".$period."-".$data[$key]['RRD'].".png"?>" target="_blank"><img src="/list/rrd/image.php?/rrd/<?=$data[$key]['TYPE']."/".$period."-".$data[$key]['RRD'].".png"?>"></a>
59+
<a href="/list/rrd/image.php?/rrd/<?php echo $data[$key]['TYPE']."/".$period."-".$data[$key]['RRD'].".png"?>" target="_blank"><img class="graph-rounded" src="/list/rrd/image.php?/rrd/<?=$data[$key]['TYPE']."/".$period."-".$data[$key]['RRD'].".png"?>"></a>
6060
</div>
6161

6262
</div>

0 commit comments

Comments
 (0)