Files
iTop/css/backoffice/_fallback.scss
Molkobain cbe42cd727 N°4283 - Improve textarea and OQL inputs style
- All textarea app. wide avec the same padding
- OQL fields have the same padding as the other textareas
- OQL fields have the monospaced font
2021-11-19 16:34:01 +01:00

29 lines
727 B
SCSS
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
//==========================================================================
// Here are the rules that make standard HTML tags fallback to the theme
// styles so then can be displayed correctly even if they don't have any
// CSS classes
//
// Be very specific about what each piece of code is doing
// ==========================================================================
// Rules:
// ---------------
// 1. If its a hack, it goes in _shame.scss not here.
// 2. See rule #1
fieldset {
@extend .ibo-fieldset;
}
legend {
@extend .ibo-fieldset-legend;
}
textarea {
@extend .ibo-input-text;
}