Skip to content

Commit

Permalink
Merge pull request #977 from GrotheFAF/rearange-play
Browse files Browse the repository at this point in the history
refine style and layout of games.ui
  • Loading branch information
Gatsik authored Jun 8, 2024
2 parents 4b0417d + c534b8e commit a367768
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 99 deletions.
25 changes: 9 additions & 16 deletions res/client/client.css
Original file line number Diff line number Diff line change
Expand Up @@ -419,21 +419,6 @@ QHeaderView#VerticalHeader::section:hover
width: auto;
}

/* Modlist */
QFrame#rankedFrame, #partyInfo
{
border-style:solid;
border-width:1px;
border-color:#353535;
color:silver;
padding:5px;
background-color:#303038;
border-bottom-left-radius : 5px;
border-bottom-right-radius : 5px;
}



/* Nicklist controls */

QTableWidget::item
Expand Down Expand Up @@ -758,6 +743,14 @@ QToolButton#rankedPlay::disabled
border: 1px solid darkslategrey;
}

QProgressBar#searchProgress
{
background-color: silver;
padding: 2px;
border-radius: 5px;
border: 1px solid grey;
}

QToolButton#mapsPool
{
color: silver;
Expand Down Expand Up @@ -786,7 +779,7 @@ QToolButton::hover

color:silver;
padding:5px;
background-color:#808080;
background-color:#606060;
border-radius : 5px;
}

Expand Down
Loading

0 comments on commit a367768

Please sign in to comment.