You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RnQ/Distro/Template/sessionsmgr.css

101 lines
1.7 KiB
CSS

body, select, button {
font-family: @baseFont;
font-size: @baseFontSize;
font-rendering-mode: sub-pixel;
}
body {
flow: vertical;
padding: 0;
margin: 0;
line-height: normal;
overflow: hidden;
background-color: window;
image-rendering: optimize-quality;
}
select {
size: *;
border: none;
background-image: none;
background-color: window;
padding: 0;
margin: 0;
overflow-x: hidden;
overflow-y: scroll-indicator;
vertical-scrollbar: "v-scroll-indicator-nomargins";
}
select option {
flow: horizontal;
vertical-align: middle;
padding: 5dip 10dip 5dip 10dip;
margin-bottom: 10dip;
}
select option[current="true"] {
background-image: url(themepic:wallpaper);
background-color: #F0F0F0;
background-repeat: repeat;
}
select option img {
foreground-size: contain;
foreground-position: center center;
}
select option .titles {
font-weight: 500;
}
select option .actions {
height: *;
margin-left: *;
flow: vertical;
text-align: right;
}
select option .actions img {
margin-left: *;
size: 24dip;
}
select option .terminate {
cursor: pointer;
}
select option .name {
font-size: 18dip;
width: *;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
select option .current {
display: inline-block;
margin-top: *;
}
select option div {
flow: vertical;
}
select option .titles {
margin-right: 20dip;
}
select:not([type]):active,
select option:current,
[role="option"]:current {
background-color: transparent !important;
color: #000;
}
#startup {
size: *;
text-align: center;
vertical-align: middle;
}
.bottombtns {
height: max-content;
width: *;
flow: horizontal;
text-align: right;
vertical-align: middle;
padding: 10dip;
border-spacing: 10dip;
}
.hidden {
display: none !important;
}