diff --git a/data/resources/style.css b/data/resources/style.css index 3e0bac5..afae134 100644 --- a/data/resources/style.css +++ b/data/resources/style.css @@ -1,31 +1,7 @@ -/* -.top-gradient { - background-image: linear-gradient(to bottom, @theme_bg_color, alpha(@theme_bg_color, 0) 100%); -} - -.bottom-gradient { - background-image: linear-gradient(to top, @theme_bg_color, alpha(@theme_bg_color, 0) 100%); -} -*/ - scrolledwindow.scrollbar > scrollbar > range > trough { background: 0; } -scrollable-box>trough { - background: 0; - margin-right:0px; - margin-left:0px; -} - -.scrollable-box { - /*background-color: @content_view_bg;*/ - border: 1px; - border-color: @borders; - border-radius: 12px; - border-style: solid; -} - .terminal-box { background-color: #000; }