mirror of https://github.com/Sonarr/Sonarr
Updated button style
This commit is contained in:
parent
e56a529b9c
commit
386bc90ae4
|
@ -225,16 +225,25 @@ input[type="text"]:hover
|
||||||
background: #C0D6FF;
|
background: #C0D6FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button
|
||||||
|
{
|
||||||
|
color: white;
|
||||||
|
background-color: #065EFE;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: #065EFE;
|
||||||
|
padding: 5px 10px 5px 10px;
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
#save_button
|
#save_button
|
||||||
{
|
{
|
||||||
border: 1px solid #006;
|
|
||||||
background: #ccf;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#save_button:hover
|
#save_button:hover
|
||||||
{
|
{
|
||||||
border: 1px solid #f00;
|
border-bottom-style: solid;
|
||||||
background: #eef;
|
border-bottom-width: 5px;
|
||||||
|
border-bottom-color: #3C3C3C;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Add Series */
|
/* Add Series */
|
||||||
|
|
Loading…
Reference in New Issue