Skip to content

Commit

Permalink
Fix CSS (CodeFactor hints)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed Sep 29, 2024
1 parent fd56a9a commit 188c79d
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions plugins/RemoteControl/webroot/external/jquery-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
width: 16px;
height: 16px;
}

.ui-widget-icon-block {
Expand All @@ -88,7 +90,10 @@
left: 0;
width: 100%;
height: 100%;
background: #aaaaaa;
opacity: .3;
}

.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
Expand Down Expand Up @@ -1031,10 +1036,6 @@ a.ui-button:active,
----------------------------------*/

/* states and images */
.ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url("images/ui-icons_444444_256x240.png");
Expand Down Expand Up @@ -1276,10 +1277,6 @@ a.ui-button:active,
}

/* Overlays */
.ui-widget-overlay {
background: #aaaaaa;
opacity: .3;
}
.ui-widget-shadow {
box-shadow: 0px 0px 5px #666666;
}

0 comments on commit 188c79d

Please sign in to comment.