48 lines
1.0 KiB
Plaintext
48 lines
1.0 KiB
Plaintext
.--mod-service .unity-text-element {
|
|
color: rgb(247, 247, 247);
|
|
-unity-font-style: bold;
|
|
}
|
|
|
|
.--mod-service Button {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
border-top-width: 1px;
|
|
border-right-width: 1px;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 1px;
|
|
padding-top: 12px;
|
|
padding-right: 16px;
|
|
padding-bottom: 12px;
|
|
padding-left: 16px;
|
|
min-width: 128px;
|
|
}
|
|
|
|
.--mod-service Button:hover {
|
|
background-color: rgb(57, 57, 57);
|
|
color: rgb(237, 237, 237);
|
|
-unity-font-style: bold;
|
|
}
|
|
|
|
.--mod-service .mod-element {
|
|
border-top-width: 0;
|
|
border-right-width: 0;
|
|
border-bottom-width: 0;
|
|
border-left-width: 0;
|
|
padding-top: 0;
|
|
padding-right: 0;
|
|
padding-bottom: 0;
|
|
padding-left: 0;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
margin-top: 0;
|
|
margin-right: 0;
|
|
margin-bottom: 0;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.--mod-service .mod-element:hover {
|
|
background-color: rgb(57, 57, 57);
|
|
}
|
|
|
|
.--mod-service .mod-element:hover Label {
|
|
color: rgb(237, 237, 237);
|
|
}
|