mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
11 lines
278 B
CSS
11 lines
278 B
CSS
#back-button {
|
|
list-style-image: url("chrome://browser/skin/back.svg") !important;
|
|
}
|
|
|
|
#forward-button {
|
|
list-style-image: url("chrome://browser/skin/forward.svg") !important;
|
|
}
|
|
|
|
#reload-button {
|
|
list-style-image: url("chrome://global/skin/icons/reload.svg") !important;
|
|
}
|