TreeTabsMigration/theme/theme_size_preset_4.css

41 lines
831 B
CSS
Raw Normal View History

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