diff options
| author | makitso <makitso@gmail.com> | 2018-08-19 07:52:02 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2018-08-19 07:52:07 -0700 |
| commit | ac1dac2987a776a9b2f5335b448bfce186831f31 (patch) | |
| tree | d5242907098187651d85de49f48599ceb619c53d /themes/_common/css-2.0.0/style.css | |
| parent | 41a90efbe1567184a4a72835a07fb835c08e6fae (diff) | |
| download | webtrees-ac1dac2987a776a9b2f5335b448bfce186831f31.tar.gz webtrees-ac1dac2987a776a9b2f5335b448bfce186831f31.tar.bz2 webtrees-ac1dac2987a776a9b2f5335b448bfce186831f31.zip | |
Update colors palettes
Diffstat (limited to 'themes/_common/css-2.0.0/style.css')
| -rwxr-xr-x | themes/_common/css-2.0.0/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/_common/css-2.0.0/style.css b/themes/_common/css-2.0.0/style.css index 4ea6eacf24..6504f728b9 100755 --- a/themes/_common/css-2.0.0/style.css +++ b/themes/_common/css-2.0.0/style.css @@ -213,6 +213,13 @@ overflow-y: hidden; } +/* Fit thumbnail into parent on charts */ +.select2-selection.select2-selection--single { + min-height: 36px; + height: auto; + padding: 2px 0; +} + /* * These selectors control how the short horizontal lines are positioned in the Charts * Optimized for Win10 and FF, Chrome and Edge browsers |
