diff --git a/polygerrit-ui/app/styles/app-theme.html b/polygerrit-ui/app/styles/app-theme.html index 6112035a1b..2582c3d41f 100644 --- a/polygerrit-ui/app/styles/app-theme.html +++ b/polygerrit-ui/app/styles/app-theme.html @@ -46,6 +46,8 @@ limitations under the License. --dropdown-background-color: #fff; + --select-background-color: rgb(248, 248, 248); + /* Font sizes */ --font-size-normal: 1rem; --font-size-small: .92rem; diff --git a/polygerrit-ui/app/styles/gr-form-styles.html b/polygerrit-ui/app/styles/gr-form-styles.html index f4b367b5d8..3cfd1d5c2a 100644 --- a/polygerrit-ui/app/styles/gr-form-styles.html +++ b/polygerrit-ui/app/styles/gr-form-styles.html @@ -17,6 +17,14 @@ limitations under the License.