2023-01-08 18:20:30 +01:00
|
|
|
#content_stack {
|
2016-04-17 19:32:37 +02:00
|
|
|
box-shadow:inset 4px 4px 10px rgba(0,0,0,0.3);
|
|
|
|
background-image:url('noise-texture.png');
|
|
|
|
}
|
|
|
|
|
2023-01-08 18:20:30 +01:00
|
|
|
#port_spinner {
|
|
|
|
background:none;
|
|
|
|
margin-top:-13px;
|
|
|
|
}
|
|
|
|
#port_spinner text {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#server_stack_sidebar {
|
|
|
|
background-color:alpha(@theme_bg_color, 1);
|
|
|
|
}
|
|
|
|
|
2016-04-17 19:32:37 +02:00
|
|
|
.no-bg {
|
|
|
|
background:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-border {
|
|
|
|
border:none;
|
|
|
|
}
|
|
|
|
|
2016-06-11 13:15:20 +02:00
|
|
|
.cover-labels label {
|
|
|
|
font-size:larger;
|
|
|
|
}
|
|
|
|
.cover-labels label:first-child {
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
2023-01-08 18:20:30 +01:00
|
|
|
window.fullscreen #cover_box {
|
|
|
|
background: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
#cover_info_revealer {
|
2018-03-24 11:41:25 +01:00
|
|
|
background-color:alpha(@theme_bg_color, 0.8);
|
|
|
|
box-shadow:0 0 10px @theme_bg_color;
|
2023-01-08 18:20:30 +01:00
|
|
|
margin-left:20px;
|
2018-03-24 11:41:25 +01:00
|
|
|
}
|
|
|
|
|
2023-01-08 18:20:30 +01:00
|
|
|
#cover_info_revealer scale mark indicator {
|
2018-03-24 11:41:25 +01:00
|
|
|
margin-right:5px;
|
|
|
|
}
|
|
|
|
|
2017-09-09 14:06:06 +02:00
|
|
|
actionbar {
|
|
|
|
background-color:@theme_unfocused_bg_color;
|
|
|
|
}
|
|
|
|
|
2023-01-08 18:20:30 +01:00
|
|
|
gridview child {
|
|
|
|
padding: 1px;
|
2017-09-09 14:06:06 +02:00
|
|
|
}
|
2023-01-08 18:20:30 +01:00
|
|
|
gridview.selection child {
|
|
|
|
opacity: 0.5;
|
2017-09-09 14:06:06 +02:00
|
|
|
}
|
2023-01-08 18:20:30 +01:00
|
|
|
gridview.selection child:hover,
|
|
|
|
gridview.selection child:selected {
|
|
|
|
opacity: 1;
|
2016-06-11 12:25:27 +02:00
|
|
|
}
|