TreeTabsMigration/theme/theme_tabs_margin_2.css

27 lines
586 B
CSS
Raw Permalink Normal View History

2018-03-13 14:39:34 +01:00
body {
2018-05-22 02:11:29 +02:00
/* TABS */
--margin_tab_top: 1px;
--margin_tab_bottom: 0px;
--margin_tab_left: 1px;
--margin_tab_right: 1px;
2018-03-13 14:39:34 +01:00
2018-05-22 02:11:29 +02:00
/* drag_enter top, bottom */
--tab_drag_entered_top: -1px;
2018-03-13 14:39:34 +01:00
--tab_drag_entered_bottom: -1px;
2018-05-22 02:11:29 +02:00
/* PINS */
--pin_margin_left: 1px;
--pin_last_margin_right: 1px;
--pin_margin_bottom: 1px;
2018-03-13 14:39:34 +01:00
2018-05-22 02:11:29 +02:00
/* drag_enter left, right */
--pin_drag_entered_top_left: -1px;
--pin_drag_entered_bottom_right: -1px;
2018-03-13 14:39:34 +01:00
2018-05-22 02:11:29 +02:00
/* PIN LIST */
2018-03-13 14:39:34 +01:00
--pin_list_padding_top: 1px;
--pin_list_padding_bottom: 0px;
--pin_list_padding_left: 0px;
2018-12-13 23:55:34 +01:00
--group_tabs_top: 0px;
2018-03-13 14:39:34 +01:00
}