TreeTabsMigration/theme/theme_tabs_margin_0.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: -1px;
--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 */
2018-03-13 14:39:34 +01:00
--tab_drag_entered_top: 0px;
2018-05-22 02:11:29 +02:00
--tab_drag_entered_bottom: 0px;
2018-03-13 14:39:34 +01:00
2018-05-22 02:11:29 +02:00
/* PINS */
2018-03-13 14:39:34 +01:00
--pin_margin_left: -1px;
--pin_last_margin_right: 3px;
--pin_margin_bottom: -1px;
2018-05-22 02:11:29 +02:00
/* drag_enter left, right */
2018-03-13 14:39:34 +01:00
--pin_drag_entered_top_left: 0px;
2018-05-22 02:11:29 +02:00
--pin_drag_entered_bottom_right: 0px;
/* PIN LIST */
--pin_list_padding_top: 1px;
--pin_list_padding_bottom: 2px;
--pin_list_padding_left: 2px;
--group_tabs_top: 2px;
2018-03-13 14:39:34 +01:00
}