Skip to content

Commit

Permalink
Spaces to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Umcaruje committed Oct 3, 2016
1 parent 8fd77c1 commit ac4c44c
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions data/themes/default/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ AutomationEditor {
qproperty-crossColor: #FE143A;

qproperty-graphColor: qlineargradient(spread:reflect, x1:0, y1:0, x2:0, y2:1,
stop:0 rgba(83,7,19,255), stop:1 rgba(127,10,29,50));
stop:0 rgba(83,7,19,255), stop:1 rgba(127,10,29,50));

This comment has been minimized.

Copy link
@tresf

tresf Oct 4, 2016

Member

screen shot 2016-10-03 at 10 35 49 pm

why?

This comment has been minimized.

Copy link
@Umcaruje

Umcaruje Oct 4, 2016

Author Member

Yup, gonna change it to one tab more only.

This comment has been minimized.

Copy link
@Umcaruje

Umcaruje Oct 4, 2016

Author Member

Done per 7797e28

qproperty-scaleColor: #262b30;
}

Expand Down Expand Up @@ -147,37 +147,37 @@ CPULoadWidget {
/* scrollbar: trough */

QScrollBar:horizontal {
border-top: 3px solid #262b30;
background: #262b30;
height: 12px;
margin: 0px 12px;
border-top: 3px solid #262b30;
background: #262b30;
height: 12px;
margin: 0px 12px;
}
QScrollBar:vertical {
border-left: 3px solid #262b30;
background: #262b30;
width: 12px;
margin: 12px 0px;
border-left: 3px solid #262b30;
background: #262b30;
width: 12px;
margin: 12px 0px;
}

/* scrollbar: trough clicky things */

QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal,
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
background: none;
background: none;
}

QScrollBar::add-page:horizontal:pressed, QScrollBar::sub-page:horizontal:pressed,
QScrollBar::add-page:vertical:pressed, QScrollBar::sub-page:vertical:pressed {
background: rgba(0,0,0,50);
background: rgba(0,0,0,50);
}

/* scrollbar: handles (sliders) */

QScrollBar::handle:horizontal {
background: #3f4750;
border: none;
border-radius: 4px;
min-width: 24px;
background: #3f4750;
border: none;
border-radius: 4px;
min-width: 24px;
}

QScrollBar::handle:horizontal:hover {
Expand All @@ -189,10 +189,10 @@ QScrollBar::handle:horizontal:pressed {
}

QScrollBar::handle:vertical {
background: #3f4750;
border: none;
border-radius: 4px;
min-height: 24px;
background: #3f4750;
border: none;
border-radius: 4px;
min-height: 24px;
}

QScrollBar::handle:vertical:hover {
Expand All @@ -212,10 +212,10 @@ QScrollBar::handle:horizontal:disabled, QScrollBar::handle:vertical:disabled {
/* arrow buttons */

QScrollBar::add-line, QScrollBar::sub-line {
background: #262b30;
border-radius: 0px;
border: none;
subcontrol-origin: margin;
background: #262b30;
border-radius: 0px;
border: none;
subcontrol-origin: margin;
}

QScrollBar::add-line:horizontal { subcontrol-position: right; width: 12px;}
Expand All @@ -239,10 +239,10 @@ QScrollBar::add-line:disabled, QScrollBar::sub-line:disabled {

QScrollBar::left-arrow:horizontal, QScrollBar::right-arrow:horizontal,
QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical {
border: none;
background-color: none;
width: 5px;
height: 5px;
border: none;
background-color: none;
width: 5px;
height: 5px;
}

QScrollBar::left-arrow:horizontal, QScrollBar::right-arrow:horizontal {
Expand Down

1 comment on commit ac4c44c

@Spekular
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 👍 👍

Please sign in to comment.