mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 19:14:26 +02:00
color+position of Admin SAVE buttons
This commit is contained in:
parent
aea307bba5
commit
99bdff4a45
1 changed files with 5 additions and 1 deletions
|
@ -281,6 +281,7 @@ box-sizing: border-box;
|
||||||
/* Make Submit Buttons Pretty */
|
/* Make Submit Buttons Pretty */
|
||||||
.settings-submit,
|
.settings-submit,
|
||||||
button[type="submit"],
|
button[type="submit"],
|
||||||
|
input[type="submit"],
|
||||||
#photos-upload-submit {
|
#photos-upload-submit {
|
||||||
background-color: var(--link-color) !important;
|
background-color: var(--link-color) !important;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
|
@ -297,6 +298,8 @@ box-sizing: border-box;
|
||||||
.settings-submit:focus,
|
.settings-submit:focus,
|
||||||
button[type="submit"]:hover,
|
button[type="submit"]:hover,
|
||||||
button[type="submit"]:focus,
|
button[type="submit"]:focus,
|
||||||
|
input[type="submit"]:hover,
|
||||||
|
input[type="submit"]:focus,
|
||||||
#photos-upload-submit:hover,
|
#photos-upload-submit:hover,
|
||||||
#photos-upload-submit:focus{
|
#photos-upload-submit:focus{
|
||||||
box-shadow: inset 0 0 100px rgba(0,0,0,.1) !important;
|
box-shadow: inset 0 0 100px rgba(0,0,0,.1) !important;
|
||||||
|
@ -316,7 +319,8 @@ box-sizing: border-box;
|
||||||
.panel-footer {
|
.panel-footer {
|
||||||
background-color: var(--nav-bg) !important;
|
background-color: var(--nav-bg) !important;
|
||||||
}
|
}
|
||||||
.panel-footer button[type="submit"]{
|
.panel-footer button[type="submit"],
|
||||||
|
.panel-footer input[type="submit"] {
|
||||||
float: right !important;
|
float: right !important;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue