Jonas Kress (WMDE) has uploaded a new change for review. https://gerrit.wikimedia.org/r/227715
Change subject: Changed background on Entitytermsview input fields ...................................................................... Changed background on Entitytermsview input fields Changed background color of input fields when they are focused to blue Bug: T92447 Change-Id: Ia441d0e481d8d5b26e698fab417d5387fd397715 --- M view/resources/jquery/ui/jquery.ui.tagadata.css M view/resources/jquery/wikibase/themes/default/jquery.wikibase.descriptionview.css M view/resources/jquery/wikibase/themes/default/jquery.wikibase.labelview.css 3 files changed, 13 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase refs/changes/15/227715/1 diff --git a/view/resources/jquery/ui/jquery.ui.tagadata.css b/view/resources/jquery/ui/jquery.ui.tagadata.css index 2ca4149..1019b1d 100644 --- a/view/resources/jquery/ui/jquery.ui.tagadata.css +++ b/view/resources/jquery/ui/jquery.ui.tagadata.css @@ -52,9 +52,7 @@ } ul.tagadata li.tagadata-choice-empty, -ul.tagadata li.tagadata-choice-active, -ul.tagadata li.tagadata-choice .tagadata-label input:focus, -ul.tagadata li.tagadata-choice-empty input { +ul.tagadata li.tagadata-choice-active { background: none white !important; } @@ -77,3 +75,7 @@ ul.tagadata { background-color: #F0F0F0; } + +ul.tagadata li.tagadata-choice .tagadata-label input:focus { + background-color: #D6F3FF; +} \ No newline at end of file diff --git a/view/resources/jquery/wikibase/themes/default/jquery.wikibase.descriptionview.css b/view/resources/jquery/wikibase/themes/default/jquery.wikibase.descriptionview.css index dc03833..d9d3d07 100644 --- a/view/resources/jquery/wikibase/themes/default/jquery.wikibase.descriptionview.css +++ b/view/resources/jquery/wikibase/themes/default/jquery.wikibase.descriptionview.css @@ -10,3 +10,7 @@ font-family: inherit; font-size: inherit; } + +.wikibase-descriptionview .wikibase-descriptionview-input:focus { + background-color: #D6F3FF; +} \ No newline at end of file diff --git a/view/resources/jquery/wikibase/themes/default/jquery.wikibase.labelview.css b/view/resources/jquery/wikibase/themes/default/jquery.wikibase.labelview.css index 9d6b9d7..ca1fcc5 100644 --- a/view/resources/jquery/wikibase/themes/default/jquery.wikibase.labelview.css +++ b/view/resources/jquery/wikibase/themes/default/jquery.wikibase.labelview.css @@ -10,3 +10,7 @@ font-family: inherit; font-size: inherit; } + +.wikibase-labelview .wikibase-labelview-input:focus { + background-color: #D6F3FF; +} -- To view, visit https://gerrit.wikimedia.org/r/227715 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia441d0e481d8d5b26e698fab417d5387fd397715 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Jonas Kress (WMDE) <jonas.kr...@wikimedia.de> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits