[Rigo] css: always provide unit (px) with non-zero size values
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
|
||||
|
||||
.backforward-left-button {
|
||||
border-radius: 3 0 0 3;
|
||||
border-radius: 3px 0 0 3px;
|
||||
}
|
||||
|
||||
.backforward-right-button {
|
||||
border-radius: 0 3 3 0;
|
||||
border-radius: 0 3px 3px 0;
|
||||
}
|
||||
|
||||
.subtle,
|
||||
@@ -29,7 +29,7 @@
|
||||
}
|
||||
|
||||
.cellrenderer-button {
|
||||
border-radius: 3
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.cellrenderer-avgrating-label {
|
||||
@@ -56,7 +56,7 @@
|
||||
|
||||
.item-view-separator {
|
||||
border-color: shade (@light-aubergine, 0.9);
|
||||
border-width: 1;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.light-aubergine-bg {
|
||||
|
||||
@@ -31,7 +31,7 @@ GtkArrow:hover,
|
||||
|
||||
.item-view-separator {
|
||||
border-color: white;
|
||||
border-width: 2;
|
||||
border-width: 2px;
|
||||
}
|
||||
|
||||
.more-link {
|
||||
|
||||
Reference in New Issue
Block a user