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