Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[CLS] 9dc0013
  • Loading branch information
xerc committed Nov 20, 2022
commit 02c8428bf03cff73f8b411f8b90fa2bc34835e06
12 changes: 6 additions & 6 deletions styles/ableplayer.css
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
/* -webkit-appearance: none; */ /* Hides the slider so that custom slider can be made */
width: 28px;
height: 100%;
background: transparent; /* Otherwise #fff in Chrome */
background: transparent; /* Otherwise white in Chrome */
}
/*
Style slider in Firefox
Expand Down Expand Up @@ -341,7 +341,7 @@ input[type=range]::-moz-range-thumb {
.able-status-bar {
height: 1.5em;
min-height: 1.5em;
color: #ccc ;
color: #ccc;
font-size: 0.9em;
background-color: transparent;
padding: 0.5em 0.5em 0.25em;
Expand Down Expand Up @@ -508,7 +508,7 @@ div.able-modal-dialog h1 {
.able-help-div,
.able-resize-form {
background-color: #f5f5f5;
border: medium solid #ccc ;
border: medium solid #ccc;
padding: 0.5em 1em;
margin: 0 0 0 1em;
width: 25em;
Expand Down Expand Up @@ -826,7 +826,7 @@ div.able-wrapper.fullscreen {
border-color: #000;
border-width: 1px;
color: #000 !important;
background-color: #ccc ;
background-color: #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
Expand Down Expand Up @@ -873,7 +873,7 @@ ul.able-popup {
color: #fff;
}
.able-popup li.able-focus {
background-color: #ccc ;
background-color: #ccc;
color: #000;
}
.able-popup-captions li {
Expand Down Expand Up @@ -957,7 +957,7 @@ ul.able-popup {
color: #000;
border: none;
outline: none;
border-bottom: 1px solid #000 ;
border-bottom: 1px solid #000;
cursor: pointer;
}
.able-window-toolbar label {
Expand Down