adding dropshadows to networkinfo

This commit is contained in:
2025-05-08 01:03:48 +02:00
parent 5dfc5add07
commit fd621da61b

View File

@@ -9,7 +9,7 @@
border-radius: 20px;
border-color: #db5e5e;
border-style: solid;
//border-width: 1px;
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
}
.buttons {
@@ -19,33 +19,29 @@
border-color: #2b1111;
border-style: solid;
border-width: 1px;
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
}
.header {
background-color: #221f1f;
border-radius: 20px;
padding: 5px;
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
}
.topcontent {
margin-top: 50px;
padding: 10px;
//background-color: rgba(29, 29, 29, 0.2);
background-color: #221f1f;
border-radius: 20px;
//border-color: #db5e5e;
//border-style: solid;
border-width: 1px;
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
}
.centercontent {
padding: 20px;
//margin: 10px;
//background-color: rgba(37, 23, 23, 0.4);
background-color: #221f1f;
border-radius: 20px;
//border-color: #db5e5e;
//border-style: solid;
border-width: 1px;
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
}
.vpncontent {
@@ -54,6 +50,7 @@
padding-bottom: 0px;
border-radius: 20px;
background-color: #221f1f;
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
}
.netcontent {
padding-left: 20px;
@@ -62,6 +59,7 @@
padding-bottom: 13px;
border-radius: 20px;
background-color: #221f1f;
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
}
.bottomcontent {
padding: 10px;
@@ -109,14 +107,3 @@
color:#ad3535;
transition: all 1s ease;
}
/*
[scratchpads.network]
command = "nm-connection editor"
class = "nm-connection-editor"
size ="600px 800px"
margin = 50
unfocus = "hide"
animation = "fromRight"
multi = true
*/