TreeTabsMigration/theme/theme_size_preset_3.css

41 lines
831 B
CSS
Raw Permalink Normal View History

2017-11-12 22:00:40 +01:00
body {
--scrollbar_height: 4px;
--scrollbar_width: 16px;
--pin_width: 26px;
--pin_height: 26px;
2018-03-13 14:39:34 +01:00
--tab_height: 22px;
2018-12-13 23:55:34 +01:00
--title_font_size: 14px;
2017-11-12 22:00:40 +01:00
2018-01-01 19:50:56 +01:00
--tab_title_text_padding_left: 25px;
--tab_title_text_padding_exp_left: 37px;
2017-11-12 22:00:40 +01:00
--tab_title_text_padding_right_with_close_button: 24px;
2018-03-13 14:39:34 +01:00
--favicon_width: 16px;
--favicon_height: 16px;
--favicon_left: 3px;
2017-11-12 22:00:40 +01:00
2018-01-01 19:50:56 +01:00
--expand_height: 21px;
--expand_width: 38px;
--expand_mask_top: 8px;
--expand_mask_left: 25px;
--expand_mask_height: 7px;
--expand_mask_width: 7px;
2017-11-12 22:00:40 +01:00
--children_padding_left: 5px;
--close_top: 3px;
--close_right: 3px;
2018-05-22 02:11:29 +02:00
--close_height: 14px;
--close_width: 14px;
2018-01-01 19:50:56 +01:00
2018-03-13 14:39:34 +01:00
--tab_mediaicon_height: 11px;
--tab_mediaicon_width: 11px;
2018-12-13 23:55:34 +01:00
--counter_size: 8px;
--counter_top: 1px;
2018-12-13 23:55:34 +01:00
--counter_left: 26px;
--counter_number: -4px;
2017-11-12 22:00:40 +01:00
}