Styled some more widgets

pull/20/merge
Satyajit Sahoo 2013-02-27 15:00:49 +05:30
parent 10f85b968d
commit c4589d9837
2 changed files with 7 additions and 7 deletions

12
TODO
View File

@ -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.
- <add more here>

View File

@ -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);