mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-06 10:26:22 +08:00
[Legacy] ActionDropdown Label styling fixes
This commit is contained in:
parent
d50b4b9952
commit
3d55d0308c
2 changed files with 10 additions and 0 deletions
|
@ -68,4 +68,9 @@
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
border-top-right-radius: 0;
|
border-top-right-radius: 0;
|
||||||
}
|
}
|
||||||
|
li#tab-actions {
|
||||||
|
input[type=submit] {
|
||||||
|
padding-left: 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -73,4 +73,9 @@
|
||||||
border-color: $bright-grey;
|
border-color: $bright-grey;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
li#tab-actions {
|
||||||
|
input[type=submit] {
|
||||||
|
padding-left: 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue