~ubuntu-branches/ubuntu/vivid/kate/vivid-updates

« back to all changes in this revision

Viewing changes to addons/kate/pate/src/plugins/python_console_ipython/python_console_ipython.css

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-12-04 16:49:41 UTC
  • mfrom: (1.6.6)
  • Revision ID: package-import@ubuntu.com-20141204164941-l3qbvsly83hhlw2v
Tags: 4:14.11.97-0ubuntu1
* New upstream release
* Update build-deps and use pkg-kde v3 for Qt 5 build
* kate-data now kate5-data for co-installability

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
QPlainTextEdit, QTextEdit
2
 
{
3
 
    font: Fixed;
4
 
}
5
 
.error
6
 
{
7
 
    color: red;
8
 
}
9
 
.in-prompt
10
 
{
11
 
    color: green;
12
 
}
13
 
.in-prompt-number
14
 
{
15
 
    font-weight: bold;
16
 
}
17
 
.out-prompt
18
 
{
19
 
    color: cyan;
20
 
}
21
 
.out-prompt-number
22
 
{
23
 
    font-weight: bold;
24
 
}
25
 
 
26
 
RichIPythonWidget
27
 
{
28
 
    background-color: transparent;
29
 
}