summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/resources/html.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/resources/html.css')
-rw-r--r--chromium/third_party/blink/renderer/core/html/resources/html.css14
1 files changed, 9 insertions, 5 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/resources/html.css b/chromium/third_party/blink/renderer/core/html/resources/html.css
index 8a714d886e4..f348bcbcf55 100644
--- a/chromium/third_party/blink/renderer/core/html/resources/html.css
+++ b/chromium/third_party/blink/renderer/core/html/resources/html.css
@@ -25,7 +25,6 @@
html {
display: block;
- color: -internal-root-color;
}
/* children of the <head> element all have display:none */
@@ -248,7 +247,8 @@ table {
display: table;
border-collapse: separate;
border-spacing: 2px;
- border-color: gray
+ border-color: gray;
+ box-sizing: border-box
}
thead {
@@ -538,6 +538,7 @@ textarea::-internal-input-suggested {
from the scrollable area instead of from the overrides in
LayoutTextControl{Single,Multi}Line::Scroll{Height,Width}(). */
overflow: hidden !important;
+ overflow-anchor: none;
}
input[type="password" i] {
@@ -571,6 +572,7 @@ input[type="image" i] {
input:-internal-autofill-previewed,
textarea:-internal-autofill-previewed,
select:-internal-autofill-previewed {
+ -webkit-appearance:menulist-button;
background-color: #E8F0FE !important;
background-image:none !important;
color: -internal-light-dark-color(black, white) !important;
@@ -579,6 +581,7 @@ select:-internal-autofill-previewed {
input:-internal-autofill-selected,
textarea:-internal-autofill-selected,
select:-internal-autofill-selected {
+ -webkit-appearance:menulist-button;
background-color: #E8F0FE !important;
background-image:none !important;
color: -internal-light-dark-color(black, white) !important;
@@ -593,6 +596,7 @@ input[type="radio" i], input[type="checkbox" i] {
}
input[type="button" i], input[type="submit" i], input[type="reset" i] {
+ -internal-empty-line-height: fabricated;
-webkit-appearance: push-button; /* AutoAppearanceFor() should match to this. */
-webkit-user-select: none;
white-space: pre
@@ -610,7 +614,7 @@ input[type="button" i], input[type="submit" i], input[type="reset" i], input[typ
align-items: flex-start;
text-align: center;
cursor: default;
- color: ButtonText;
+ color: -internal-light-dark-color(ButtonText, #AAAAAA);
padding: 2px 6px 3px 6px;
border: 2px outset ButtonFace;
background-color: ButtonFace;
@@ -629,7 +633,7 @@ input[type="range" i] {
input[type="range" i]::-webkit-slider-container, input[type="range" i]::-webkit-media-slider-container {
-webkit-appearance: inherit; /* AutoAppearanceFor() should match to this. */
flex: 1;
- min-width: 0;
+ min-inline-size: 0;
box-sizing: border-box;
-webkit-user-modify: read-only !important;
display: flex;
@@ -637,7 +641,7 @@ input[type="range" i]::-webkit-slider-container, input[type="range" i]::-webkit-
input[type="range" i]::-webkit-slider-runnable-track {
flex: 1;
- min-width: 0;
+ min-inline-size: 0;
-webkit-align-self: center;
box-sizing: border-box;