mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 08:15:44 +00:00
style.css changes for Project Manager modules
The style.css defines how some of the Project Manager GUI elements look. With the buttons for changing a project's modules some changes to this file are required.
This commit is contained in:
parent
c7b22784da
commit
83aa6f0b93
1 changed files with 4 additions and 0 deletions
|
|
@ -159,6 +159,10 @@ QPushButton::menu-indicator{
|
||||||
#CreateNewProjectButton { border:none; background:none; margin:0; padding:0; }
|
#CreateNewProjectButton { border:none; background:none; margin:0; padding:0; }
|
||||||
#CreateNewProjectButton:hover { border:1px solid rgb(200,200,200); background:none; }
|
#CreateNewProjectButton:hover { border:1px solid rgb(200,200,200); background:none; }
|
||||||
|
|
||||||
|
/*--------------------------------------- Other Modules Buttons ----------------------------------------------*/
|
||||||
|
#newChooseModulesButton { padding:0; }
|
||||||
|
#ProjectModuleListRegenButton { padding:0; }
|
||||||
|
|
||||||
/*--------------------------------------- Web link style button ----------------------------------------------*/
|
/*--------------------------------------- Web link style button ----------------------------------------------*/
|
||||||
#EditToolBarButton, #HelpGroupBox QPushButton, #EditCommentsButton {
|
#EditToolBarButton, #HelpGroupBox QPushButton, #EditCommentsButton {
|
||||||
font:10px;
|
font:10px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue