Merge "Adjust OOjs UI TextInputWidget text style"

This commit is contained in:
jenkins-bot 2014-04-14 09:41:43 +00:00 committed by Gerrit Code Review
commit 5a570186d1
2 changed files with 2 additions and 0 deletions

View file

@ -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;
} }
} }
} }

View file

@ -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;
} }
} }
} }