* Update progressbar.osd (#460)

This commit is contained in:
Csaba Jakosa
2016-05-19 21:08:50 +05:30
committed by Khurshid Alam
parent 704dc5f150
commit 3af6c1aad8
2 changed files with 20 additions and 23 deletions
-23
View File
@@ -105,27 +105,4 @@
background-color: $osd_bg;
}
}
.osd progressbar, progressbar.osd {
margin: 2px;
min-height: 2px;
min-width: 2px;
padding: 0;
trough {
padding: 0;
border-style: none;
border-radius: 0;
background-image: none;
background-color: transparent;
}
progress {
border-style: none;
border-radius: 0;
background-color: $selected_bg_color;
background-image: none;
}
}
}
+20
View File
@@ -54,6 +54,26 @@
border-top-right-radius: $roundness;
}
}
&.osd { // progressbar.osd used for epiphany page loading progress
margin: 2px;
min-height: 2px;
min-width: 2px;
trough {
border-style: none;
border-radius: 0;
background-image: none;
background-color: transparent;
}
progress {
border-style: none;
border-radius: 0;
background-color: $selected_bg_color;
background-image: none;
}
}
}
levelbar {