mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-06 10:26:22 +08:00
[Legacy] Search Settings Styling Fixes
This commit is contained in:
parent
82b8cdf9f5
commit
7342439669
3 changed files with 45 additions and 5 deletions
|
@ -174,4 +174,5 @@
|
|||
@import '../suitep-base/system-settings-mobile.scss';
|
||||
@import '../suitep-base/pdf-settings.scss';
|
||||
@import '../suitep-base/admin-locale-mobile.scss';
|
||||
@import '../suitep-base/search-settings.scss';
|
||||
//
|
||||
|
|
|
@ -0,0 +1,39 @@
|
|||
.view-action-SearchSettings {
|
||||
h2 {
|
||||
font-size: 1.8em;
|
||||
color: $shell-grey;
|
||||
text-transform: capitalize;
|
||||
letter-spacing: 0.1em;
|
||||
border-bottom: 1px solid lightgrey;
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
select {
|
||||
background: url($select-edit-background-url) no-repeat right;
|
||||
background-size: 25px 11px;
|
||||
border-color: $bright-grey;
|
||||
}
|
||||
.button {
|
||||
background-color: $nepal-grey;
|
||||
border-radius: 0.2em;
|
||||
font-weight: bold;
|
||||
height: 2.2em;
|
||||
line-height: 1em;
|
||||
letter-spacing: 0.05em;
|
||||
padding: 0.3em 1em;
|
||||
text-transform: capitalize;
|
||||
&:hover {
|
||||
background: $pale-blue;
|
||||
}
|
||||
}
|
||||
.form-control:focus {
|
||||
border-color: $bright-grey;
|
||||
}
|
||||
input[type=submit].button:hover {
|
||||
background: $pale-blue;
|
||||
}
|
||||
.settings-buttons {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
margin-top: -4em;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue