~ubuntu-branches/ubuntu/quantal/kiten/quantal-proposed

« back to all changes in this revision

Viewing changes to app/resultsview.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-16 13:14:44 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111216131444-fxt8pt2pha54qmdu
Tags: 4:4.7.90-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
                  ".Entry { font-size: %8px; color: %1; font-family: \"%7\"; }"
117
117
                  //"div.Entry {display: inline; }"
118
118
                  ".DictionaryHeader { color: %2; border-bottom: solid %3 }"
 
119
                  ".CommonHeader { color: %2; text-align:center }"
 
120
                  ".UncommonHeader { color: %2; text-align:center }"
119
121
                  "a{ text-decoration: none; }"
120
122
                  "a:link { color: %4; }"
121
123
                  "a:visited {color: %5} "
124
126
                  ".Entry:hover { background-color: %10 }"
125
127
                  "query { color: %6 }" )
126
128
          .arg( scheme.foreground().color().name() )
127
 
          .arg( scheme.foreground (KColorScheme::InactiveText ).color().name() )
 
129
          .arg( scheme.foreground( KColorScheme::InactiveText ).color().name() )
128
130
          .arg( scheme.shade( KColorScheme::MidlightShade ).name() )
129
131
          .arg( scheme.foreground( KColorScheme::LinkText ).color().name() )
130
132
          .arg( scheme.foreground( KColorScheme::VisitedText ).color().name() )