mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +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 */
|
||||
.settings-submit,
|
||||
button[type="submit"],
|
||||
input[type="submit"],
|
||||
#photos-upload-submit {
|
||||
background-color: var(--link-color) !important;
|
||||
color: white !important;
|
||||
|
@ -297,6 +298,8 @@ box-sizing: border-box;
|
|||
.settings-submit:focus,
|
||||
button[type="submit"]:hover,
|
||||
button[type="submit"]:focus,
|
||||
input[type="submit"]:hover,
|
||||
input[type="submit"]:focus,
|
||||
#photos-upload-submit:hover,
|
||||
#photos-upload-submit:focus{
|
||||
box-shadow: inset 0 0 100px rgba(0,0,0,.1) !important;
|
||||
|
@ -316,7 +319,8 @@ box-sizing: border-box;
|
|||
.panel-footer {
|
||||
background-color: var(--nav-bg) !important;
|
||||
}
|
||||
.panel-footer button[type="submit"]{
|
||||
.panel-footer button[type="submit"],
|
||||
.panel-footer input[type="submit"] {
|
||||
float: right !important;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue