mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge remote branch 'origin/master' into translation-staging
This commit is contained in:
commit
4e403160f3
@ -135,6 +135,7 @@ body, html { font-size: 12px; line-height: 16px; font-family: Arial, sans-serif;
|
||||
.cms .ui-widget input, .cms .ui-widget select, .cms .ui-widget textarea, .cms .ui-widget button { color: #444444; font-size: 12px; font-family: Arial, sans-serif; }
|
||||
.cms .ui-accordion .ui-accordion-header { border-color: #c0c0c2; margin-bottom: 0; }
|
||||
.cms .ui-accordion .ui-accordion-content { border: 1px solid #c0c0c2; border-top: none; }
|
||||
.cms .ui-autocomplete { max-height: 240px; overflow-x: hidden; overflow-y: auto; }
|
||||
|
||||
/** This file defines common styles for form elements used throughout the CMS interface. It is an addition to the base styles defined in framework/css/Form.css. @package framework @subpackage admin */
|
||||
/** ---------------------------------------------------- Basic form fields ---------------------------------------------------- */
|
||||
|
@ -51,8 +51,7 @@
|
||||
font-size: $font-base-size;
|
||||
font-family: $font-family;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.ui-widget-header {
|
||||
background-color: darken($color-widget-bg, 20%);
|
||||
@ -68,9 +67,7 @@
|
||||
& .ui-dialog-title {
|
||||
padding: 6px 0;
|
||||
text-shadow: lighten($color-base, 10%) 1px 1px 0;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
& a.ui-dialog-titlebar-close {
|
||||
position: absolute;
|
||||
@ -120,4 +117,10 @@
|
||||
border-top: none;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-autocomplete{
|
||||
max-height: 240px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
@ -118,7 +118,6 @@ $gf_grid_x: 16px;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
table.ss-gridfield-table {
|
||||
display: table;
|
||||
@include box-shadow-none;
|
||||
|
Loading…
Reference in New Issue
Block a user