PortWINE/data_from_portwine/themes/compact/style.css
2024-07-24 11:09:37 +03:00

71 lines
1.7 KiB
CSS
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*Глобальные правила*/
/*выравнивание стрелок комбобоксов*/
arrow {
margin: 3px 5px
}
/*скрываем сепаратор*/
separator {
margin: 0px 0px 0px 0px;
background-size: 0px;
padding-bottom: 0px
}
/*увеличиваем чекбоксы*/
check {
min-height: 24px;
min-width: 24px
}
/*высота комбобоксов, т.к. некоторые темы их делают меньше и вёрстка съезжает*/
cellview, entry {
min-height: 26px
}
/*переключатели mangohud и т.д. (в дефолтных темах gtk отступы необходимы. В то время как в некоторых темах выглядит больше, чем нужно. Пример qogir)*/
switch {
margin: 5px 10px 0px 10px
}
/*Правила для окон*/
/*отступы в расширенных настройках*/
window > box > grid {
padding: 5px
}
/*иконка запуска ярлыка*/
window > box > box > image {
padding: 0px 0px 5px 0px;
}
/*иконка в создании ярлыка*/
window > box > box > box > image {
margin-top: 5px
}
/*комбобоксы в запуске ярлыка*/
window > box > box > grid {
padding: 0px 5px 5px 0px
}
/*текст запуска ярлыка*/
window > box > label {
background: @theme_selected_bg_color;
color: @theme_text_color;
margin: 3px 0px 3px 0px;
padding: 5px
}
/*текст при создании ярлыка и в настройках*/
window > box > box > label {
background: @theme_selected_bg_color;
color: @theme_text_color;
margin: 3px 0px 0px 0px;
padding: 5px
}