1
This commit is contained in:
47
Src/Unity/UX/UXModService.uss
Normal file
47
Src/Unity/UX/UXModService.uss
Normal file
@@ -0,0 +1,47 @@
|
||||
.--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);
|
||||
}
|
Reference in New Issue
Block a user