* Update progressbar.osd

pull/460/head
Megax 2016-05-19 17:21:37 +02:00
parent 704dc5f150
commit 9a3951f260
2 changed files with 20 additions and 23 deletions
gtk-3.20/scss/widgets

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 {