Project

General

Profile

Actions

Bug #15407

closed

Input elements / Button styling

Added by Thomas Murphy almost 19 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2006-01-13
Due date:
% Done:

0%

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

Description

Problem: The input elements in the backend have no classes, therefore all input elements have to be styled the same way, no seperation of input/submit elements (buttons) or input/text is possible (e.g. border-styling).

Solution: All input “submit” elements should have a class-name, this allows a different styling then the other input element (e.g. Input=”text”) and additionally gives the possibility to use hover-effects on buttons by using css selector ':hover'.

Possibilities:
1.Give all input/submit elements the class “t3-button”
2.Give all input/submit elements a class like “t3-button savedoc” or “t3-button cancel” to allow full control on the element

(issue imported from #M2256)

Actions #1

Updated by Thomas Murphy over 18 years ago

Fixed another way.

Actions

Also available in: Atom PDF