mirror of
https://github.com/pi-hole/web.git
synced 2026-02-15 07:25:39 +00:00
Fix prettier issues
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
committed by
Dan Schaper
parent
0b7e2e3ce4
commit
2d5e97380a
@@ -531,7 +531,7 @@ td.details-control {
|
||||
|
||||
.login-help {
|
||||
padding: 6px;
|
||||
background: rgba(127, 127, 127,0.05);
|
||||
background: rgba(127, 127, 127, 0.05);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -548,7 +548,7 @@ td.details-control {
|
||||
}
|
||||
|
||||
/*** Accessibility - Add focus for checkboxes and radio buttons (icheck) ***/
|
||||
[class*=icheck-]>input:first-child:focus+label::before {
|
||||
[class*="icheck-"] > input:first-child:focus + label::before {
|
||||
outline: 1px #3c8dbc solid;
|
||||
border-color: #3c8dbc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user