mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
* Update progressbar.osd (#460)
This commit is contained in:
committed by
Khurshid Alam
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 {
|
||||
|
||||
Reference in New Issue
Block a user