mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-12 23:24:35 +01:00
options styling
This commit is contained in:
@@ -5,9 +5,13 @@
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.DirInput input {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.FileSelectIcon {
|
||||
height: 20px;
|
||||
margin: 10px;
|
||||
margin-left: 10px;
|
||||
filter: invert(99%) sepia(0%) saturate(1188%) hue-rotate(186deg) brightness(97%) contrast(67%);
|
||||
|
||||
transition: filter 0.1s ease-in-out;
|
||||
|
||||
@@ -9,7 +9,9 @@
|
||||
height: 70%;
|
||||
width: 60%;
|
||||
|
||||
background-color: #fff;
|
||||
background: #fff;
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.MenuInner {
|
||||
|
||||
@@ -2,4 +2,8 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
margin-bottom: 8px;
|
||||
width: 80%;
|
||||
}
|
||||
Reference in New Issue
Block a user