]> git.mxchange.org Git - friendica.git/commitdiff
[quattro] Remove seemingly unused slider/range styles
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 4 Oct 2020 01:30:20 +0000 (21:30 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 4 Oct 2020 01:30:20 +0000 (21:30 -0400)
- They conflict with the new range input template

view/theme/quattro/dark/style.css
view/theme/quattro/green/style.css
view/theme/quattro/lilac/style.css
view/theme/quattro/quattro.less

index afed03ad6bd4e6f56398bdb0c90108d3b7e707f7..be48064f40585d623ff9d4d53e59de897ad4dbd9 100644 (file)
@@ -2500,50 +2500,7 @@ footer {
 .videobb:hover {
   background-position: -112px -16px;
 }
-/** range input css **/
-/* slider root element */
-.slider {
-  height: 2px;
-  position: relative;
-  cursor: pointer;
-  border: 1px solid #333;
-  width: 200px;
-  margin: 10px 0 10px 0;
-  float: left;
-}
-/* progress bar (enabled with progress: true) */
-.progress {
-  height: 9px;
-  background-color: #C5FF00;
-  display: none;
-  opacity: 0.6;
-}
-/* drag handle */
-.handle {
-  background-color: #ccc;
-  height: 16px;
-  width: 8px;
-  top: -8px;
-  position: absolute;
-  display: block;
-  margin-top: 1px;
-  border: 1px solid #000;
-  cursor: move;
-  -moz-border-radius: 0 0 5px 5px;
-  -webkit-border-radius: 0 0 5px 5px;
-  border-radius: 0 0 5px 5px;
-  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
-  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
-  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
-}
-/* the input field */
-.range {
-  width: 20px!important;
-  font-size: 8pt;
-  margin-left: 10px;
-  border: 0;
-  color: #999999;
-}
+
 /* buttons for the event view */
 .plink-event-link {
   float: left;
index 55c15eeb3800b31386480a7f1ead79407d9460b8..681b9417c32fb1fb382e4dd8d94b9bb0b3e75bc8 100644 (file)
@@ -2500,50 +2500,6 @@ footer {
 .videobb:hover {
   background-position: -112px -16px;
 }
-/** range input css **/
-/* slider root element */
-.slider {
-  height: 2px;
-  position: relative;
-  cursor: pointer;
-  border: 1px solid #333;
-  width: 200px;
-  margin: 10px 0 10px 0;
-  float: left;
-}
-/* progress bar (enabled with progress: true) */
-.progress {
-  height: 9px;
-  background-color: #C5FF00;
-  display: none;
-  opacity: 0.6;
-}
-/* drag handle */
-.handle {
-  background-color: #ccc;
-  height: 16px;
-  width: 8px;
-  top: -8px;
-  position: absolute;
-  display: block;
-  margin-top: 1px;
-  border: 1px solid #000;
-  cursor: move;
-  -moz-border-radius: 0 0 5px 5px;
-  -webkit-border-radius: 0 0 5px 5px;
-  border-radius: 0 0 5px 5px;
-  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
-  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
-  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
-}
-/* the input field */
-.range {
-  width: 20px!important;
-  font-size: 8pt;
-  margin-left: 10px;
-  border: 0;
-  color: #999999;
-}
 /* buttons for the event view */
 .plink-event-link {
   float: left;
index 2cabdf5cc8a30ca12996db47cb5baac7c76e710c..df854a21fdd040f1568c28a1c73620fdb97095f0 100644 (file)
@@ -2500,50 +2500,6 @@ footer {
 .videobb:hover {
   background-position: -112px -16px;
 }
-/** range input css **/
-/* slider root element */
-.slider {
-  height: 2px;
-  position: relative;
-  cursor: pointer;
-  border: 1px solid #333;
-  width: 200px;
-  margin: 10px 0 10px 0;
-  float: left;
-}
-/* progress bar (enabled with progress: true) */
-.progress {
-  height: 9px;
-  background-color: #C5FF00;
-  display: none;
-  opacity: 0.6;
-}
-/* drag handle */
-.handle {
-  background-color: #ccc;
-  height: 16px;
-  width: 8px;
-  top: -8px;
-  position: absolute;
-  display: block;
-  margin-top: 1px;
-  border: 1px solid #000;
-  cursor: move;
-  -moz-border-radius: 0 0 5px 5px;
-  -webkit-border-radius: 0 0 5px 5px;
-  border-radius: 0 0 5px 5px;
-  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
-  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
-  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
-}
-/* the input field */
-.range {
-  width: 20px!important;
-  font-size: 8pt;
-  margin-left: 10px;
-  border: 0;
-  color: #999999;
-}
 /* buttons for the event view */
 .plink-event-link {
   float: left;
index 3d3f94f2384bbcf04ea6a6a42238e26ea0329126..53874be022206e3b8212c49fbbc360e8279e0289 100644 (file)
@@ -1668,51 +1668,6 @@ footer { height: 100px; display: table-row; }
 .videobb { background-position: -112px 0; }
 .videobb:hover { background-position: -112px -16px; }
 
-
-/** range input css **/
-/* slider root element */
-.slider {
-        height:2px;
-        position:relative;
-        cursor:pointer;
-        border:1px solid #333;
-        width:200px;
-        margin:10px 0 10px 0;
-            float: left;
-}
-
-/* progress bar (enabled with progress: true) */
-.progress {
-        height:9px;
-        background-color:#C5FF00;
-        display:none;
-        opacity:0.6;
-}
-
-/* drag handle */
-.handle {
-        background-color:#ccc;
-        height:16px;
-        width:8px;
-        top:-8px;
-        position:absolute;
-        display:block;
-        margin-top:1px;
-        border:1px solid #000;
-        cursor:move;
-            .roundbottom();
-            .shadow();
-}
-
-/* the input field */
-.range {
-       width: 20px!important;
-       font-size: 8pt;
-       margin-left: 10px;
-       border: 0;
-       color: @FieldHelpColor;
-}
-
 /* buttons for the event view */
 .plink-event-link {
        float: left;