Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit eadf89d

Browse files
committed
run ./generate-themes.py
modified: src/Mint-Y/gtk-3.0/gtk-dark.css modified: src/Mint-Y/gtk-3.0/gtk.css
1 parent a8e1147 commit eadf89d

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/Mint-Y/gtk-3.0/gtk-dark.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
-GtkDialog-button-spacing: 4;
1010
-GtkDialog-action-area-border: 6;
1111
outline-color: rgba(143, 168, 118, 0.5);
12-
outline-style: solid;
12+
outline-style: none;
1313
outline-offset: -3px;
1414
outline-width: 1px;
1515
-gtk-outline-radius: 4px; }
@@ -250,6 +250,7 @@ button {
250250
border-radius: 5px;
251251
padding: 5px 8px;
252252
outline-color: rgba(143, 168, 118, 0.5);
253+
outline-style: solid;
253254
color: rgba(255, 255, 255, 0.87);
254255
outline-color: rgba(143, 168, 118, 0.5);
255256
border-color: #212121;

src/Mint-Y/gtk-3.0/gtk.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
-GtkDialog-button-spacing: 4;
1010
-GtkDialog-action-area-border: 6;
1111
outline-color: rgba(146, 179, 114, 0.5);
12-
outline-style: solid;
12+
outline-style: none;
1313
outline-offset: -3px;
1414
outline-width: 1px;
1515
-gtk-outline-radius: 4px; }
@@ -249,6 +249,7 @@ button {
249249
border-radius: 5px;
250250
padding: 5px 8px;
251251
outline-color: rgba(146, 179, 114, 0.5);
252+
outline-style: solid;
252253
color: rgba(0, 0, 0, 0.87);
253254
outline-color: rgba(146, 179, 114, 0.5);
254255
border-color: #c7c7c7;

0 commit comments

Comments
 (0)