mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-17 12:53:24 +00:00
Merge "Adjust OOjs UI TextInputWidget text style"
This commit is contained in:
commit
5a570186d1
|
@ -16,6 +16,7 @@
|
||||||
// The selector has to be that deep and include [readonly] to override OOJS UI's definition
|
// The selector has to be that deep and include [readonly] to override OOJS UI's definition
|
||||||
textarea[readonly], textarea[readonly] {
|
textarea[readonly], textarea[readonly] {
|
||||||
color: @textarea-text-color;
|
color: @textarea-text-color;
|
||||||
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
// The selector has to be that deep and include [readonly] to override OOJS UI's definition
|
// The selector has to be that deep and include [readonly] to override OOJS UI's definition
|
||||||
input[readonly], input[readonly] {
|
input[readonly], input[readonly] {
|
||||||
color: @input-text-color;
|
color: @input-text-color;
|
||||||
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue