QGraphicsView, QGraphicsScene { background-color: ; border: none; } QPushButton { background: ; border: none; color: ; border-radius: 5px; } QPushButton:disabled { background: ; } QPushButton:hover, QPushButton:checked { background: ; } QPushButton:pressed { background: ; } #focus_indicator { background: ; } #expand_button { max-width: 26px; max-height: 26px; border-radius: 9px; } #collapse_button { border-radius: 0; border-top-left-radius: 7px; border-top-right-radius: 7px; } #trail_button { border-radius: 0; } #depth_label { background: ; color: ; } #depth_label:disabled { background: ; color: ; } #depth_slider { background: ; padding-bottom: 5px; border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; } #depth_slider:disabled { background: ; } #depth_slider::groove { margin: 5px; width: 2px; } #depth_slider::handle { height: 10px; margin: 0px -4px; border-radius: 5px; } #depth_slider::handle:hover { height: 12px; margin: 0px -5px; border-radius: 6px; } #depth_slider::groove, #depth_slider::handle { background: ; } #depth_slider::groove:disabled, #depth_slider::handle:disabled { background: ; } #group_left_button { border-radius: 0; border-top-left-radius: 10px; border-bottom-left-radius: 10px; max-width: 26px; max-height: 26px; padding-left: 2px; } #group_right_button { border-radius: 0; border-top-right-radius: 10px; border-bottom-right-radius: 10px; max-width: 26px; max-height: 26px; padding-right: 2px; } #legend_button { border-radius: 9px; }