Skip to content

Commit

Permalink
mac os with dark
Browse files Browse the repository at this point in the history
  • Loading branch information
Furtif committed Mar 5, 2024
1 parent 8f8c1d1 commit 9d3be38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qstyle.qss
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,12 @@ QDockWidget::title {

/* Specific styles for QComboBox */
QComboBox {
color: #e1e1e1; /* Text color */
background-color: #ffffff; /* Background color */
color: #000000; /* Text color */
border: 1px solid #8e8e1e; /* Border */
border-radius: 5px; /* Rounded border */
padding: 1px; /* Internal padding */
width: 370px;
}

/* Styles for QComboBox drop-down arrow */
Expand Down

0 comments on commit 9d3be38

Please sign in to comment.