parent
94e7b452a7
commit
38c1aab69e
@ -0,0 +1,39 @@
|
|||||||
|
|
||||||
|
.bg {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.label {
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
.noborder{
|
||||||
|
border:none;
|
||||||
|
border-width:0px;
|
||||||
|
border-radius:0px;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
.darkborder{
|
||||||
|
border-width:1px;
|
||||||
|
border-radius:1px;
|
||||||
|
}
|
||||||
|
.bannerbackground {
|
||||||
|
background-color: #404040;
|
||||||
|
}
|
||||||
|
.elseps {
|
||||||
|
border-style:solid;
|
||||||
|
border-bottom-width: 1px;
|
||||||
|
border-image: linear-gradient(90deg, #aaaaaa 0%, #dcddde 100%);
|
||||||
|
border-image-slice: 1;
|
||||||
|
|
||||||
|
}
|
||||||
|
.fgnb {
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
iconview:disabled {
|
||||||
|
background-color: rgba(0,0,0,0);
|
||||||
|
}
|
||||||
|
#noborders{
|
||||||
|
border-style:solid;
|
||||||
|
border: 0px;
|
||||||
|
}
|
||||||
Loading…
Reference in new issue