mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset f983c54e52e1 (bug 1183576) for browser_parsable_css.js failures.
This commit is contained in:
parent
a68f3127f6
commit
d6678b591f
@ -215,7 +215,7 @@ body {
|
||||
|
||||
.new-room-view > .context {
|
||||
margin: .5rem 0 0;
|
||||
background-color: #dbf7ff;
|
||||
background-color: #DEEFF7;
|
||||
border-radius: 3px 3px 0 0;
|
||||
padding: .5rem;
|
||||
}
|
||||
@ -243,7 +243,7 @@ body {
|
||||
}
|
||||
|
||||
.new-room-view > .context > .checkbox-wrapper > label {
|
||||
color: #333;
|
||||
color: #3c3c3c;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
|
@ -520,7 +520,7 @@ html[dir="rtl"] .context-content {
|
||||
}
|
||||
|
||||
.context-wrapper {
|
||||
border: 1px solid #5cccee;
|
||||
border: 1px solid #0096dd;
|
||||
border-radius: 3px;
|
||||
background: #fff;
|
||||
padding: .8em;
|
||||
|
@ -1465,20 +1465,14 @@ html[dir="rtl"] .standalone .room-conversation-wrapper .room-inner-info-area {
|
||||
.text-chat-entry {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin-right: .2em;
|
||||
margin-bottom: .5em;
|
||||
text-align: end;
|
||||
text-align: start;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: flex-start;
|
||||
align-content: stretch;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
html[dir="rtl"] .text-chat-entry {
|
||||
margin-right: auto;
|
||||
margin-left: .2em;
|
||||
}
|
||||
|
||||
.text-chat-entry > p {
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
@ -1489,9 +1483,10 @@ html[dir="rtl"] .text-chat-entry {
|
||||
max-width: 80%;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #5cccee;
|
||||
border-color: #2ea4ff;
|
||||
background: #fff;
|
||||
word-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
flex: 0 1 auto;
|
||||
align-self: auto;
|
||||
}
|
||||
@ -1539,7 +1534,7 @@ html[dir="rtl"] .text-chat-entry.received > p {
|
||||
|
||||
/* Text chat entry timestamp */
|
||||
.text-chat-entry-timestamp {
|
||||
margin: 0 .5em;
|
||||
margin: 0 .2em;
|
||||
color: #aaa;
|
||||
font-style: italic;
|
||||
font-size: .8em;
|
||||
@ -1674,32 +1669,7 @@ html[dir="rtl"] .text-chat-entry.received .text-chat-arrow {
|
||||
padding: 0 .5em .5em;
|
||||
font-size: 1.1em;
|
||||
border: 0;
|
||||
border-top: 1px solid #d8d8d8;
|
||||
}
|
||||
|
||||
.text-chat-box > form > input::-webkit-input-placeholder {
|
||||
font-size: 1.1em;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.text-chat-box > form > input::-moz-placeholder {
|
||||
font-size: 1.1em;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.text-chat-box > form > input:-moz-placeholder {
|
||||
font-size: 1.1em;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.text-chat-box > form > input:-ms-input-placeholder {
|
||||
font-size: 1.1em;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.text-chat-box > form > input:input-placeholder {
|
||||
font-size: 1.1em;
|
||||
color: #999;
|
||||
border-top: 1px solid #999;
|
||||
}
|
||||
|
||||
/* turn the visible border blue as a visual indicator of focus */
|
||||
|
@ -5,7 +5,7 @@
|
||||
<g>
|
||||
<title>Layer 1</title>
|
||||
<g id="svg_1" fill="none">
|
||||
<path id="svg_2" fill="#5cccee" d="m19.505243,8.972466l-9.299002,0l0,-1l6.088001,0c-2.110002,-0.967 -4.742001,-2.818 -6.088001,-6.278l0.932,-0.363c2.202,5.664 8.377999,6.637 8.44,6.646c0.259001,0.039 0.444,0.27 0.426001,0.531c-0.019001,0.262 -0.237,0.464 -0.498999,0.464l-12.072001,-0.352"/>
|
||||
<path id="svg_2" fill="#2EA4FF" d="m19.505243,8.972466l-9.299002,0l0,-1l6.088001,0c-2.110002,-0.967 -4.742001,-2.818 -6.088001,-6.278l0.932,-0.363c2.202,5.664 8.377999,6.637 8.44,6.646c0.259001,0.039 0.444,0.27 0.426001,0.531c-0.019001,0.262 -0.237,0.464 -0.498999,0.464l-12.072001,-0.352"/>
|
||||
</g>
|
||||
<line id="svg_13" y2="8.474788" x2="6.200791" y1="8.474788" x1="10.265923" stroke="#22a4ff" fill="none"/>
|
||||
<line id="svg_26" y2="8.474788" x2="2.14584" y1="8.474788" x1="6.210972" stroke="#22a4ff" fill="none"/>
|
||||
|
Before Width: | Height: | Size: 886 B After Width: | Height: | Size: 886 B |
Loading…
Reference in New Issue
Block a user