style changes
This commit is contained in:
parent
ae6fecee8d
commit
7cab85653c
1 changed files with 9 additions and 5 deletions
14
www/coco.css
14
www/coco.css
|
@ -141,10 +141,13 @@ svg text{
|
|||
.buttons #buttons-top{
|
||||
display: block;
|
||||
}
|
||||
.buttons span, .buttons label{
|
||||
.buttons span, .buttons label:not(#scenelabel){
|
||||
/*color:white;*/
|
||||
cursor:pointer;
|
||||
}
|
||||
.buttons #convert{
|
||||
margin-right:15px;
|
||||
}
|
||||
.buttons span:hover{
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
@ -293,7 +296,7 @@ a:hover{
|
|||
}
|
||||
|
||||
select{
|
||||
padding: 5px;
|
||||
padding: 2px;
|
||||
color:white;
|
||||
background:black;
|
||||
border:none;
|
||||
|
@ -301,7 +304,8 @@ select{
|
|||
|
||||
font-family: "space_grotesk";
|
||||
font-feature-settings: "salt";
|
||||
font-size 12.8px;
|
||||
font-size: 12.8px;
|
||||
cursor: pointer;
|
||||
}
|
||||
option{
|
||||
font-family: sans-serif;
|
||||
|
@ -317,7 +321,7 @@ button, input[type='submit'],#godraw a,#saved a{
|
|||
text-decoration: none;
|
||||
/*color: initial;*/
|
||||
|
||||
padding: 7px 10px;
|
||||
padding: 4px 7px;
|
||||
color:white;
|
||||
background:black;
|
||||
border:none;
|
||||
|
@ -325,7 +329,7 @@ button, input[type='submit'],#godraw a,#saved a{
|
|||
|
||||
font-family: "space_grotesk";
|
||||
font-feature-settings: "salt";
|
||||
font-size 12.8px;
|
||||
font-size: 12.8px;
|
||||
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue