mirror of
https://github.com/cp6/my-idlers.git
synced 2024-11-16 23:42:32 +01:00
Removed unused buttons
I didnt realize these were here still. Not used therefore they are gone.
This commit is contained in:
parent
703e9134bd
commit
c3ec60727b
@ -519,166 +519,6 @@ textarea.form-control {
|
|||||||
cursor: pointer
|
cursor: pointer
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #0062cc;
|
|
||||||
border-color: #005cbf
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
|
|
||||||
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #545b62;
|
|
||||||
border-color: #4e555b
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
|
|
||||||
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #1e7e34;
|
|
||||||
border-color: #1c7430
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus {
|
|
||||||
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #117a8b;
|
|
||||||
border-color: #10707f
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus {
|
|
||||||
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active {
|
|
||||||
color: #212529;
|
|
||||||
background-color: #d39e00;
|
|
||||||
border-color: #c69500
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus {
|
|
||||||
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #bd2130;
|
|
||||||
border-color: #b21f2d
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus {
|
|
||||||
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active {
|
|
||||||
color: #212529;
|
|
||||||
background-color: #dae0e5;
|
|
||||||
border-color: #d3d9df
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus {
|
|
||||||
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #1d2124;
|
|
||||||
border-color: #171a1d
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus {
|
|
||||||
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #007bff;
|
|
||||||
border-color: #007bff
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
|
|
||||||
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #6c757d;
|
|
||||||
border-color: #6c757d
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
|
|
||||||
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #28a745;
|
|
||||||
border-color: #28a745
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus {
|
|
||||||
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #17a2b8;
|
|
||||||
border-color: #17a2b8
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus {
|
|
||||||
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active {
|
|
||||||
color: #212529;
|
|
||||||
background-color: #ffc107;
|
|
||||||
border-color: #ffc107
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus {
|
|
||||||
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #dc3545;
|
|
||||||
border-color: #dc3545
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus {
|
|
||||||
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active {
|
|
||||||
color: #212529;
|
|
||||||
background-color: #f8f9fa;
|
|
||||||
border-color: #f8f9fa
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus {
|
|
||||||
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #343a40;
|
|
||||||
border-color: #343a40
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus {
|
|
||||||
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-block {
|
.btn-block {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%
|
width: 100%
|
||||||
|
Loading…
Reference in New Issue
Block a user