Project

General

Profile

Actions

Bug #70243

closed

Polishing dropdown selectors for 7.6 LTS

Added by Rafal Brzeski over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend User Interface
Start date:
2015-10-01
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

In TYPO3 7 bootstraped dropdown selectors dont fits to the rest of form fields, there is a different border-radius, disabled border-top-left and bottom radius didn't work with add ons, furthermore dropdowns looks different in every browser.
There is a pretty simple workaround for this case, I think TYPO3 7.6 LTS needs improvements in this place because this is a matter of image.

This is what should be done:

select.form-control {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%3Cpath%20fill%3D%22#000%22%20d%3D%22M7%2010l5%205%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E");
  padding-right: 25px;
  background-repeat: no-repeat;
  background-position: right center;

  &:-ms-expand {
    display: none;
  }
}

You can look at the live example http://r4fx.github.io/mate/doc/www/forms.html#nav-basic
Please make the selectors look beautiful! :-)


Files

ugly dropdown with addon.png (22.2 KB) ugly dropdown with addon.png Rafal Brzeski, 2015-10-01 01:42
pretty dropdown with addon.png (27.9 KB) pretty dropdown with addon.png Rafal Brzeski, 2015-10-01 01:42
Cattura-7.6-firefox.PNG (5.72 KB) Cattura-7.6-firefox.PNG latest Firefox, Windows 7 Riccardo De Contardi, 2015-10-15 17:27
Cattura-7.6-IE10.PNG (8.27 KB) Cattura-7.6-IE10.PNG Internet Explorer 10, Windows 7 Riccardo De Contardi, 2015-10-15 17:27
Cattura-7.6-chrome.PNG (10 KB) Cattura-7.6-chrome.PNG latest Chrome, Windows 7 Riccardo De Contardi, 2015-10-15 17:29
unfold-more.svg (351 Bytes) unfold-more.svg Rafal Brzeski, 2015-10-15 22:25

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #71395: Apply custom styling on <select> tagsClosedAndreas Kienast2015-11-07

Actions
Actions

Also available in: Atom PDF