|
1 | 1 | @import (reference) "../../bookLayout/basePage"; |
| 2 | +@import "../../bloomWebFonts.less"; |
2 | 3 | // Common styles to be applied to htm-js-css dialogs in Bloom |
3 | 4 | @backgroundColorWhite: rgb(255, 255, 255); |
4 | 5 | @backgroundColorLight: rgb(240, 240, 240); |
|
130 | 131 | .bloomDialogContainer .control-section { |
131 | 132 | margin: 0 0 12px 0; |
132 | 133 | } |
133 | | -.bloomDialogContainer button, |
134 | | -.bloomDialogContainer input { |
135 | | - background: linear-gradient(@backgroundColorLight, @backgroundColorDark); |
136 | | -} |
| 134 | +// Interferes with Material UI background-color |
| 135 | +// .bloomDialogContainer button, |
| 136 | +// .bloomDialogContainer input { |
| 137 | +// background: linear-gradient(@backgroundColorLight, @backgroundColorDark); |
| 138 | +// } |
137 | 139 | .bloomDialogContainer button { |
138 | 140 | .bdRounded; |
139 | 141 | border: 1px solid @buttonBorder; |
140 | 142 | box-shadow: 1px 2px 7px @buttonShadow; |
141 | 143 | } |
142 | | -.bloomDialogContainer button:hover, |
143 | | -.bloomDialogContainer input:hover, |
144 | | -.bloomDialogContainer select:hover, |
145 | | -.bloomDialogContainer .select2-container--default:hover, |
146 | | -.bloomDialogContainer .select2-container--focus { |
147 | | - background: linear-gradient( |
148 | | - @backgroundColorHoverLight, |
149 | | - @backgroundColorHoverDark |
150 | | - ); |
151 | | -} |
| 144 | +// Interferes with Material UI background-color |
| 145 | +// .bloomDialogContainer button:hover, |
| 146 | +// .bloomDialogContainer input:hover, |
| 147 | +// .bloomDialogContainer select:hover, |
| 148 | +// .bloomDialogContainer .select2-container--default:hover, |
| 149 | +// .bloomDialogContainer .select2-container--focus { |
| 150 | +// background: linear-gradient( |
| 151 | +// @backgroundColorHoverLight, |
| 152 | +// @backgroundColorHoverDark |
| 153 | +// ); |
| 154 | +// } |
152 | 155 | .bloomDialogContainer button[disabled] { |
153 | 156 | border: 1px solid @disabledText; |
154 | 157 | background: @backgroundColorLight; |
|
170 | 173 | z-index: @dialogZindex; |
171 | 174 | position: absolute; |
172 | 175 | line-height: 1.8; |
173 | | - font-family: Segoe UI, Open Sans, Arial, sans-serif; |
| 176 | + font-family: @UIFontStack; |
174 | 177 | } |
175 | 178 | .bloomDialogContainer .bloomDialogTitleBar { |
176 | 179 | background-color: @backgroundColorTitleBar; |
|
185 | 188 | .bloomDialogContainer .bloomDialogMainPage { |
186 | 189 | background: @backgroundColorWhite; |
187 | 190 | margin-left: 1em; |
188 | | - font-family: Segoe UI, Open Sans, Arial, sans-serif; |
189 | 191 | font-size: 10pt; |
190 | 192 | } |
191 | 193 |
|
|
0 commit comments