mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-04-01 02:03:40 -04:00
Update style.css
removing code redundancy
This commit is contained in:
parent
3dd469f1a0
commit
19be5817a9
@ -1533,9 +1533,8 @@ a {
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lb1 {
|
/*groups all buttons repeated code into one block*/
|
||||||
background: url(../images/leftbar-64.png) -1px -2px;
|
.lbtg{
|
||||||
background-image: image-set(url(../images/leftbar-64.png) 1x, url(../images/leftbar-128.png) 2x);
|
|
||||||
height: 62px;
|
height: 62px;
|
||||||
width: 62px;
|
width: 62px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -1544,65 +1543,34 @@ a {
|
|||||||
top: 6px;
|
top: 6px;
|
||||||
left: 6px;
|
left: 6px;
|
||||||
}
|
}
|
||||||
|
.lb1 {
|
||||||
|
background: url(../images/leftbar-64.png) -1px -2px;
|
||||||
|
background-image: image-set(url(../images/leftbar-64.png) 1x, url(../images/leftbar-128.png) 2x);
|
||||||
|
}
|
||||||
|
|
||||||
.lb2 {
|
.lb2 {
|
||||||
background: url(../images/leftbar-64.png) -66px -2px;
|
background: url(../images/leftbar-64.png) -66px -2px;
|
||||||
background-image: image-set(url(../images/leftbar-64.png) 1x, url(../images/leftbar-128.png) 2x);
|
background-image: image-set(url(../images/leftbar-64.png) 1x, url(../images/leftbar-128.png) 2x);
|
||||||
height: 62px;
|
|
||||||
width: 62px;
|
|
||||||
cursor: pointer;
|
|
||||||
border: none;
|
|
||||||
position: absolute;
|
|
||||||
top: 6px;
|
|
||||||
left: 6px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.lb3 {
|
.lb3 {
|
||||||
background: url(../images/leftbar-64.png) -130px -2px;
|
background: url(../images/leftbar-64.png) -130px -2px;
|
||||||
background-image: image-set(url(../images/leftbar-64.png) 1x, url(../images/leftbar-128.png) 2x);
|
background-image: image-set(url(../images/leftbar-64.png) 1x, url(../images/leftbar-128.png) 2x);
|
||||||
height: 62px;
|
|
||||||
width: 62px;
|
|
||||||
cursor: pointer;
|
|
||||||
border: none;
|
|
||||||
position: absolute;
|
|
||||||
top: 6px;
|
|
||||||
left: 6px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.lb4 {
|
.lb4 {
|
||||||
background: url(../images/leftbar-64.png) -194px -2px;
|
background: url(../images/leftbar-64.png) -194px -2px;
|
||||||
background-image: image-set(url(../images/leftbar-64.png) 1x, url(../images/leftbar-128.png) 2x);
|
background-image: image-set(url(../images/leftbar-64.png) 1x, url(../images/leftbar-128.png) 2x);
|
||||||
height: 62px;
|
|
||||||
width: 62px;
|
|
||||||
cursor: pointer;
|
|
||||||
border: none;
|
|
||||||
position: absolute;
|
|
||||||
top: 6px;
|
|
||||||
left: 6px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.lb5 {
|
.lb5 {
|
||||||
background: url(../images/leftbar-64.png) -257px -2px;
|
background: url(../images/leftbar-64.png) -257px -2px;
|
||||||
background-image: image-set(url(../images/leftbar-64.png) 1x, url(../images/leftbar-128.png) 2x);
|
background-image: image-set(url(../images/leftbar-64.png) 1x, url(../images/leftbar-128.png) 2x);
|
||||||
height: 62px;
|
|
||||||
width: 62px;
|
|
||||||
cursor: pointer;
|
|
||||||
border: none;
|
|
||||||
position: absolute;
|
|
||||||
top: 6px;
|
|
||||||
left: 6px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.lb6 {
|
.lb6 {
|
||||||
background: url(../images/leftbar-64.png) -318px -2px;
|
background: url(../images/leftbar-64.png) -318px -2px;
|
||||||
background-image: image-set(url(../images/leftbar-64.png) 1x, url(../images/leftbar-128.png) 2x);
|
background-image: image-set(url(../images/leftbar-64.png) 1x, url(../images/leftbar-128.png) 2x);
|
||||||
height: 62px;
|
|
||||||
width: 62px;
|
|
||||||
cursor: pointer;
|
|
||||||
border: none;
|
|
||||||
position: absolute;
|
|
||||||
top: 6px;
|
|
||||||
left: 6px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.m0 {
|
.m0 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user