Skip to content

Commit bafe319

Browse files
author
Kristan Kenney
committed
Flatten button styles in flat.css theme
1 parent 1823f0a commit bafe319

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

install/deb/themes/flat.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,13 @@ b, strong {
7373

7474
.vst-textinput {
7575
box-shadow: none;
76+
}
77+
78+
.ui-button, .button {
79+
box-shadow: none !important;
80+
background: linear-gradient(to bottom, rgba(235,243,249,1) 0%,rgba(223,235,245,1) 100%) !important;
81+
}
82+
83+
.ui-button.cancel, .button.cancel {
84+
background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(241,241,241,1) 100%) !important;
7685
}

0 commit comments

Comments
 (0)