This commit is contained in:
arcolinuxz 2024-05-29 21:15:47 +02:00
parent a62abdff41
commit b09f56fa6c
15 changed files with 450 additions and 406 deletions

View file

@ -39,7 +39,7 @@ box#box_row{
box#hbox_kernel{
background-color: @theme_base_color;
padding-bottom: 8px;
box-shadow: -6px 8px 10px rgba(81,41,10,0.1),0px 2px 2px rgba(81,41,10,0.2);
/*box-shadow: -6px 8px 10px rgba(81,41,10,0.1),0px 2px 2px rgba(81,41,10,0.2);*/
}
box#vbox_header{
@ -53,7 +53,7 @@ box#vbox_header{
border-spacing: 5px;
font-weight: bold;
font-family: 'Noto Sans', 'Helvetica', sans-serif;
box-shadow: -6px 8px 10px rgba(81,41,10,0.1),0px 2px 2px rgba(81,41,10,0.2);
/*box-shadow: -6px 8px 10px rgba(81,41,10,0.1),0px 2px 2px rgba(81,41,10,0.2);*/
}
box#hbox_warning{
@ -156,15 +156,6 @@ button#button_uninstall_kernel{
padding: 10px 10px 10px 10px;
}
.sidebar label:hover,
.sidebar label:focus{
font-weight: bold;
}
#hbox_stack_sidebar{
box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
#textview_log text{
background-color: #232627;
color: #fcfcfc;