* Update progressbar.osd (#460)
parent
704dc5f150
commit
3af6c1aad8
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue