mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 08:23:47 +01:00
docs: make primary buttons rclone colors
This commit is contained in:
parent
4d6af44045
commit
5aec01100e
30
docs/static/css/custom.css
vendored
30
docs/static/css/custom.css
vendored
@ -141,3 +141,33 @@ h5 {
|
||||
.menu {
|
||||
font-size: 95%;
|
||||
}
|
||||
|
||||
/* Make primary buttons rclone colours. Should learn sass and do this the proper way! */
|
||||
.btn-primary {
|
||||
background-color: #3f79ad;
|
||||
border-color: #3f79ad;
|
||||
}
|
||||
.btn-primary:hover {
|
||||
background-color: #70caf2;
|
||||
border-color: #70caf2;
|
||||
}
|
||||
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
|
||||
background-color: #70caf2;
|
||||
border-color: #70caf2;
|
||||
}
|
||||
.btn-primary.focus, .btn-primary:focus {
|
||||
background-color: #3f79ad;
|
||||
border-color: #3f79ad;
|
||||
box-shadow: 0 0 0 0.2rem rgba(63,121,173,.5);
|
||||
}
|
||||
.badge-primary {
|
||||
background-color: #3f79ad;
|
||||
border-color: #3f79ad;
|
||||
}
|
||||
a.badge-primary:focus, a.badge-primary:hover {
|
||||
background-color: #70caf2;
|
||||
}
|
||||
a.badge-primary.focus, a.badge-primary:focus {
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(112,202,242,.5);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user