mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Cleaner style for graph legends
This commit is contained in:
parent
4f7fb20dfc
commit
e6b26c3c52
10
src/sunstone/public/scss/_flot.scss
Normal file
10
src/sunstone/public/scss/_flot.scss
Normal file
@ -0,0 +1,10 @@
|
||||
td.legendColorBox {
|
||||
> div {
|
||||
border: none !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
div {
|
||||
float: right;
|
||||
}
|
||||
}
|
@ -36,6 +36,7 @@
|
||||
@import './helper-classes';
|
||||
@import './tooltips';
|
||||
@import './visjs';
|
||||
@import './flot';
|
||||
|
||||
//@font-face {
|
||||
// font-family: 'Open Sans';
|
||||
|
Loading…
x
Reference in New Issue
Block a user