mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-12 11:15:43 +02:00
Fixed CSS for Save Button hover, so that the text no longer moves.
This commit is contained in:
parent
95b4250d5d
commit
7d4e097137
@ -199,15 +199,6 @@ select, button, input[type="button"], input[type="submit"], input[type="reset"]
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
|
||||
#save_button:hover
|
||||
{
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 5px;
|
||||
border-bottom-color: #3C3C3C; /* Set padding to prevent fieldset border from moving when button is highlighted... WINNING! */
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
.hiddenResult
|
||||
{
|
||||
display: none;
|
||||
|
@ -95,9 +95,7 @@ p, h1, form, button{border:0; margin:0; padding:0;}
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 4px;
|
||||
border-color: #3C3C3C;
|
||||
/* Set padding to prevent fieldset border from moving when button is highlighted... WINNING! */
|
||||
padding-bottom: 0px;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
#saveAjax
|
||||
|
Loading…
Reference in New Issue
Block a user