diff options
Diffstat (limited to 'subprojects/libhandy/examples/style.css')
-rw-r--r-- | subprojects/libhandy/examples/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/subprojects/libhandy/examples/style.css b/subprojects/libhandy/examples/style.css new file mode 100644 index 0000000..7182936 --- /dev/null +++ b/subprojects/libhandy/examples/style.css @@ -0,0 +1,8 @@ +stacksidebar list { + border-left-width: 0px; + border-right-width: 0px; +} + +carousel.vertical .carousel-icon { + -gtk-icon-transform: rotate(90deg); +} |