~willcooke/ubuntu-themes/notebooktabs

« back to all changes in this revision

Viewing changes to Radiance/gtk-3.0/gtk-widgets.css

  • Committer: CI Train Bot
  • Author(s): Lars Uebernickel
  • Date: 2015-04-10 10:57:46 UTC
  • mfrom: (423.2.2 upstream)
  • Revision ID: ci-train-bot@canonical.com-20150410105746-a0jbm01rbwf6omhb
Don't use symbolic colors for style
 
Gtk doesn't expand color variables for style properties right now. Fixes: #1436428

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    -GtkEntry-inner-border: 2;
12
12
    -GtkEntry-progress-border: 0;
13
13
    -GtkExpander-expander-size: 8;
14
 
    -GtkHTML-link-color: @link_color;
15
 
    -GtkIMHtml-hyperlink-color: @link_color;
 
14
    -GtkHTML-link-color: #f07746; /* @link_color */
 
15
    -GtkIMHtml-hyperlink-color: #f07746; /* @link_color */
16
16
    -GtkMenu-horizontal-padding: 0;
17
17
    -GtkMenu-vertical-padding: 5px;
18
18
    -GtkMenuBar-internal-padding: 0;
34
34
    -GtkScrolledWindow-scrollbars-within-bevel: 1;
35
35
    -GtkSeparatorMenuItem-horizontal-padding: 0;
36
36
    -GtkStatusbar-shadow-type: none;
37
 
    -GtkTextView-error-underline-color: @error_color;
 
37
    -GtkTextView-error-underline-color: #df382c; /* @error_color */
38
38
    -GtkToolButton-icon-spacing: 6;
39
39
    -GtkToolItemGroup-expander-size: 11;
40
40
    -GtkToolbar-internal-padding: 0;
42
42
    -GtkTreeView-vertical-separator: 0;
43
43
    -GtkWidget-separator-width: 2;
44
44
    -GtkWidget-separator-height: 2;
45
 
    -GtkWidget-link-color: @link_color;
46
 
    -GtkWidget-visited-link-color: @link_color;
 
45
    -GtkWidget-link-color: #f07746; /* @link_color */
 
46
    -GtkWidget-visited-link-color: #f07746; /* @link_color */
47
47
    -GtkWindow-resize-grip-width: 0;
48
48
    -GtkWindow-resize-grip-height: 0;
49
49
    -WnckTasklist-fade-overlay-rect: 0;