Styled some more widgets
parent
10f85b968d
commit
c4589d9837
12
TODO
12
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 2 theme progress - there isn't one. Not gonna even bother to describe what's left to do there.
|
||||||
|
|
||||||
GTK 3 theme:
|
GTK 3 theme:
|
||||||
- The focused element colour should be our red (d64937) and not dark grey
|
- [done] The focused element colour should be our red (d64937) and not dark grey
|
||||||
- Menubar text colour should be our light rey
|
- [done] 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
|
- [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
|
||||||
- Joined buttons 0 should look like the one Google uses
|
- [needs discussion] 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
|
- [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
|
||||||
- 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] 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.
|
||||||
- <add more here>
|
- <add more here>
|
||||||
|
|
|
@ -1674,7 +1674,7 @@ GtkTextView {
|
||||||
.inline-toolbar.toolbar {
|
.inline-toolbar.toolbar {
|
||||||
-GtkToolbar-button-relief: normal;
|
-GtkToolbar-button-relief: normal;
|
||||||
|
|
||||||
padding: 3px;
|
padding: 1px;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@theme_bg_color, 0.8);
|
border-color: shade(@theme_bg_color, 0.8);
|
||||||
|
|
Loading…
Reference in New Issue