2018-03-13 14:39:34 +01:00
|
|
|
body {
|
2018-05-22 02:11:29 +02:00
|
|
|
/* TABS */
|
|
|
|
--margin_tab_top: 0px;
|
|
|
|
--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 */
|
2018-03-13 14:39:34 +01:00
|
|
|
--tab_drag_entered_top: -1px;
|
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: 0px;
|
|
|
|
--pin_last_margin_right: 2px;
|
|
|
|
--pin_margin_bottom: 0px;
|
|
|
|
|
2018-05-22 02:11:29 +02:00
|
|
|
/* drag_enter left, right */
|
|
|
|
--pin_drag_entered_top_left: 0px;
|
|
|
|
--pin_drag_entered_bottom_right: -1px;
|
|
|
|
|
|
|
|
/* PIN LIST */
|
|
|
|
--pin_list_padding_top: 1px;
|
|
|
|
--pin_list_padding_bottom: 1px;
|
|
|
|
--pin_list_padding_left: 1px;
|
2018-03-13 14:39:34 +01:00
|
|
|
|
2018-05-22 02:11:29 +02:00
|
|
|
--group_folders_top: 1px;
|
|
|
|
--group_tabs_top: 1px;
|
2018-03-13 14:39:34 +01:00
|
|
|
}
|