Browse Source
Updating for Sab servers page date boxes
Sab added date boxes for metric range selection and account expiration. This adds a selector for "date" type boxes to regular and focused, as only hovered boxes were being styled before.
pull/156/head
Mikrz
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
CSS/themes/sabnzbd/sabnzbd-base.css
@ -477,14 +477,14 @@ table {
}
/*Input*/
input [ type = "text" ] , input [ type = "email" ] , input [ type = "url" ] , input [ type = "number" ] , input [ type = "password" ] , textarea , select {
input [ type = "text" ] , input [ type = "email" ] , input [ type = "url" ] , input [ type = "number" ] , input [ type = "password" ] , input [ type = "date" ] , textarea , select {
border : none ;
background-color : rgba ( 255 , 255 , 255 , 0 . 25 ) ;
border-radius : 3px ! important ;
color : # fff ! important ;
outline : none ;
}
input [ type = "text" ] : focus , input [ type = "email" ] : focus , input [ type = "url" ] : focus , input [ type = "number" ] : focus , input [ type = "password" ] : focus , textarea : focus , select : focus {
input [ type = "text" ] : focus , input [ type = "email" ] : focus , input [ type = "url" ] : focus , input [ type = "number" ] : focus , input [ type = "password" ] : focus , input [ type = "date" ] : focus , textarea : focus , select : focus {
border : none ;
background-color : rgb ( 25 , 26 , 28 ) ;
border-radius : 3px ! important ;