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{
|
.buttons #buttons-top{
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.buttons span, .buttons label{
|
.buttons span, .buttons label:not(#scenelabel){
|
||||||
/*color:white;*/
|
/*color:white;*/
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
|
.buttons #convert{
|
||||||
|
margin-right:15px;
|
||||||
|
}
|
||||||
.buttons span:hover{
|
.buttons span:hover{
|
||||||
text-decoration:underline;
|
text-decoration:underline;
|
||||||
}
|
}
|
||||||
|
@ -293,7 +296,7 @@ a:hover{
|
||||||
}
|
}
|
||||||
|
|
||||||
select{
|
select{
|
||||||
padding: 5px;
|
padding: 2px;
|
||||||
color:white;
|
color:white;
|
||||||
background:black;
|
background:black;
|
||||||
border:none;
|
border:none;
|
||||||
|
@ -301,7 +304,8 @@ select{
|
||||||
|
|
||||||
font-family: "space_grotesk";
|
font-family: "space_grotesk";
|
||||||
font-feature-settings: "salt";
|
font-feature-settings: "salt";
|
||||||
font-size 12.8px;
|
font-size: 12.8px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
option{
|
option{
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
@ -317,7 +321,7 @@ button, input[type='submit'],#godraw a,#saved a{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
/*color: initial;*/
|
/*color: initial;*/
|
||||||
|
|
||||||
padding: 7px 10px;
|
padding: 4px 7px;
|
||||||
color:white;
|
color:white;
|
||||||
background:black;
|
background:black;
|
||||||
border:none;
|
border:none;
|
||||||
|
@ -325,7 +329,7 @@ button, input[type='submit'],#godraw a,#saved a{
|
||||||
|
|
||||||
font-family: "space_grotesk";
|
font-family: "space_grotesk";
|
||||||
font-feature-settings: "salt";
|
font-feature-settings: "salt";
|
||||||
font-size 12.8px;
|
font-size: 12.8px;
|
||||||
|
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue