mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03: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
|
@ -384,3 +384,6 @@ QTreeView::branch:open:has-children:has-siblings:hover {
|
|||
#game_list_grid_item[focus="true"] #game_list_grid_item_title_label {
|
||||
background-color: #0078D7;
|
||||
}
|
||||
|
||||
/* Richtext link color */
|
||||
QLabel#richtext_link_color { color: #87cefa; }
|
||||
|
|
|
@ -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; }
|
||||
|
|
|
@ -384,3 +384,6 @@ QTreeView::branch:open:has-children:has-siblings:hover {
|
|||
color: #e6e6e6;
|
||||
background-color: #4c4b4b;
|
||||
}
|
||||
|
||||
/* Richtext link color */
|
||||
QLabel#richtext_link_color { color: #87cefa; }
|
||||
|
|
|
@ -381,3 +381,6 @@ QTreeView::branch:open:has-children:has-siblings:hover {
|
|||
#game_list_grid_item[focus="true"] #game_list_grid_item_title_label {
|
||||
background-color: #0078D7;
|
||||
}
|
||||
|
||||
/* Richtext link color */
|
||||
QLabel#richtext_link_color { color: #87cefa; }
|
||||
|
|
|
@ -504,3 +504,6 @@ QWidget#trophy_notification_frame {
|
|||
background-color: #4d4940;
|
||||
color: #ffd785;
|
||||
}
|
||||
|
||||
/* Richtext link color */
|
||||
QLabel#richtext_link_color { color: #87cefa; }
|
||||
|
|
|
@ -720,3 +720,6 @@ QTreeView::branch:open:has-children:has-siblings:hover {
|
|||
background-color: #0f1d36;
|
||||
color: #2397ff;
|
||||
}
|
||||
|
||||
/* Richtext link color */
|
||||
QLabel#richtext_link_color { color: #0074e7; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue