mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-20 22:05:06 +00:00
Qt: add ability to style richtext href links
This commit is contained in:
parent
0ebe832f8e
commit
fcfca6efda
17 changed files with 95 additions and 20 deletions
|
|
@ -680,3 +680,6 @@ QTreeView::branch:open:has-children:has-siblings:hover {
|
|||
background-color: #2d3038;
|
||||
color: #8cf944;
|
||||
}
|
||||
|
||||
/* Richtext link color */
|
||||
QLabel#richtext_link_color { color: #8cf944; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue