* Update progressbar.osd (#460)

pull/462/merge
Csaba Jakosa 2016-05-19 17:38:50 +02:00 committed by Khurshid Alam
parent 704dc5f150
commit 3af6c1aad8
2 changed files with 20 additions and 23 deletions

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;
}
}
}

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 {