mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
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
This commit is contained in:
@@ -22,4 +22,8 @@ fieldset {
|
||||
|
||||
legend {
|
||||
@extend .ibo-fieldset-legend;
|
||||
}
|
||||
|
||||
textarea {
|
||||
@extend .ibo-input-text;
|
||||
}
|
||||
@@ -17,6 +17,6 @@ $ibo-input-text--padding-y: 10px !default;
|
||||
min-height: 15em;
|
||||
}
|
||||
|
||||
textarea.ibo-queryoql, .ibo-queryoql:not(:nth-child(n)), .ibo-queryoql > :not(.ibo-field--label) {
|
||||
.ibo-query-oql, .ibo-query-oql > :not(.ibo-field--label) {
|
||||
@extend %ibo-font-code-150;
|
||||
}
|
||||
Reference in New Issue
Block a user