mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-05 10:18:33 +08:00
[Legacy] Upload File Btn Styling Fixes
This commit is contained in:
parent
b1151ecf3e
commit
d420c0c2fe
1 changed files with 16 additions and 0 deletions
|
@ -43,6 +43,22 @@
|
||||||
}
|
}
|
||||||
#upload_div {
|
#upload_div {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
|
.button {
|
||||||
|
background-color: $nepal-grey;
|
||||||
|
border-radius: 0.2em;
|
||||||
|
font-weight: bold;
|
||||||
|
height: 2.2em;
|
||||||
|
line-height: 1em;
|
||||||
|
letter-spacing: 0.05em;
|
||||||
|
padding: 0.5em 1em;
|
||||||
|
text-transform: capitalize;
|
||||||
|
margin-top: 1em;
|
||||||
|
margin-right: 0.5em;
|
||||||
|
display: inline;
|
||||||
|
&:hover {
|
||||||
|
background: $pale-blue;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#add_doc {
|
#add_doc {
|
||||||
background-color: $nepal-grey;
|
background-color: $nepal-grey;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue