TreeTabsMigration/theme/theme_size_preset_4.css

38 lines
763 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-05-22 02:11:29 +02:00
--tab_height_line: 26px;
2017-11-12 22:00:40 +01:00
--title_font_size: 14px;
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-03-13 14:39:34 +01:00
--favicon_width: 18px;
--favicon_height: 18px;
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;
2017-11-12 22:00:40 +01:00
}