mirror of
https://github.com/apache/nifi.git
synced 2025-02-16 15:06:00 +00:00
NIFI-140:
- Removing border radius on the storage usage progress bars.
This commit is contained in:
parent
67362a9908
commit
6b97a1dda6
@ -313,6 +313,7 @@ span.storage-usage-details {
|
|||||||
div.storage-usage-progressbar {
|
div.storage-usage-progressbar {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
border: 1px solid #aaaaaa;
|
border: 1px solid #aaaaaa;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.storage-usage-progressbar div.ui-progressbar-value {
|
div.storage-usage-progressbar div.ui-progressbar-value {
|
||||||
@ -321,6 +322,7 @@ div.storage-usage-progressbar div.ui-progressbar-value {
|
|||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* summary tabs */
|
/* summary tabs */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user