Fix message body quote button styling under WebKitGTK 2.20.
* ui/conversation-web-view.css: Replace bogus ">>" with simple descendent selector.
This commit is contained in:
parent
cfaee5cb58
commit
3da72b2f76
1 changed files with 2 additions and 2 deletions
|
|
@ -144,7 +144,7 @@ pre {
|
|||
display: block;
|
||||
}
|
||||
|
||||
.geary-quote-container >> .geary-button {
|
||||
.geary-quote-container .geary-button {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 16px;
|
||||
|
|
@ -174,7 +174,7 @@ pre {
|
|||
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.8); }
|
||||
}
|
||||
.geary-quote-container >> .geary-button:hover {
|
||||
.geary-quote-container .geary-button:hover {
|
||||
/* Likewise the properties below also workaround WK Bug 166648,
|
||||
* and taken from gtk/theme/Adwaita/gtk-contained.css. */
|
||||
color: #2e3436;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue