diff --git a/TODO b/TODO index b0c72fa..5dad0b4 100644 --- a/TODO +++ b/TODO @@ -3,10 +3,10 @@ Graphical assets - the current ones are fat and round. We must avoid round (for GTK 2 theme progress - there isn't one. Not gonna even bother to describe what's left to do there. GTK 3 theme: - - The focused element colour should be our red (d64937) and not dark grey - - Menubar text colour should be our light rey - - Active tab bg colour should be f9f9f9 and inactive our light grey. The active one should not go bigger than the inactive one - - Joined buttons 0 should look like the one Google uses - - Inline toolbar has that huge grey border over it that needs exterminating. The joined buttons in it should look like the ones Google uses - - Our srollbars are SUPER SEXY (legacy and overlay - both). Or in British - I am quite found of the look of how the scrolling widgets look. + - [done] The focused element colour should be our red (d64937) and not dark grey + - [done] Menubar text colour should be our light rey + - [needs discussion] Active tab bg colour should be f9f9f9 and inactive our light grey. The active one should not go bigger than the inactive one + - [needs discussion] Joined buttons 0 should look like the one Google uses + - [needs discussion] JInline toolbar has that huge grey border over it that needs exterminating. The joined buttons in it should look like the ones Google uses + - [done] Our srollbars are SUPER SEXY (legacy and overlay - both). Or in British - I am quite found of the look of how the scrolling widgets look. - diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css index 17e0ee7..96b3411 100644 --- a/gtk-3.0/gtk-widgets.css +++ b/gtk-3.0/gtk-widgets.css @@ -1674,7 +1674,7 @@ GtkTextView { .inline-toolbar.toolbar { -GtkToolbar-button-relief: normal; - padding: 3px; + padding: 1px; border-width: 1px; border-style: solid; border-color: shade(@theme_bg_color, 0.8);