fixed style
This commit is contained in:
@@ -20,12 +20,20 @@
|
||||
.selector select {
|
||||
height: 30px;
|
||||
font-size: 16px;
|
||||
border-radius: 15px;
|
||||
background-color: #172336;
|
||||
color: #fff;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.selector button {
|
||||
font-size: 16px;
|
||||
height: 30px;
|
||||
margin-left: 10px;
|
||||
border-radius: 15px;
|
||||
background-color: #172336;
|
||||
color: #fff;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#export-textarea {
|
||||
@@ -34,6 +42,9 @@
|
||||
resize: none;
|
||||
overflow-y: hidden;
|
||||
background-color: #172336;
|
||||
color: #fff;
|
||||
border-radius: 15px;
|
||||
border: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user