Skip to content

Commit

Permalink
Fix invisible buttons in title bar widget
Browse files Browse the repository at this point in the history
  • Loading branch information
aXenDeveloper committed Apr 5, 2021
1 parent bf1365f commit 114a530
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/interface/gameqtest.php
2 changes: 1 addition & 1 deletion data/theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
opacity: 0.2;
width: 20px;
height: 16px;
color: rgb(var(--theme-section_title_font));
color: rgb( var(--theme-widget_title_font) );
position: relative;
}
Expand Down
2 changes: 1 addition & 1 deletion dev/css/front/widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
opacity: 0.2;
width: 20px;
height: 16px;
color: rgb(var(--theme-section_title_font));
color: rgb( var(--theme-widget_title_font) );
position: relative;
}

Expand Down
1 change: 1 addition & 0 deletions setup/upg_10010/javascript.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"axenserverlist\/front\/controllers\/axenserverlist\/aXenServerList.js",
"axenserverlist\/front\/controllers\/axenserverlist\/aXenServerList.js",
"axenserverlist\/front\/controllers\/axenserverlist\/aXenServerList.js",
"axenserverlist\/front\/controllers\/axenserverlist\/aXenServerList.js",
"axenserverlist\/front\/controllers\/axenserverlist\/aXenServerList.js"
],
"removed": []
Expand Down
8 changes: 8 additions & 0 deletions setup/upg_10010/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
"front\/servers\/more",
"front\/servers\/row",
"front\/servers\/title",
"front\/widgets\/aXenServerListWidget",
"front\/pages\/aXenServerListPage",
"front\/servers\/debugTotal",
"front\/servers\/footer",
"front\/servers\/more",
"front\/servers\/row",
"front\/servers\/title",
"front\/widgets\/aXenServerListWidget"
],
"removed": []
Expand All @@ -47,6 +54,7 @@
"front\/widget.css",
"front\/widget.css",
"front\/widget.css",
"front\/widget.css",
"front\/widget.css"
],
"removed": []
Expand Down

0 comments on commit 114a530

Please sign in to comment.