163 Files ain't too bad.

This commit is contained in:
Jeremy Bullock 2020-05-23 21:33:36 -06:00
parent 58886c7799
commit 19e19e85bd
163 changed files with 3945 additions and 3935 deletions

View file

@ -6,7 +6,7 @@
#CleanupSettingsShowButton,
#OutputSettingsShowButton,
#FxSettingsPreviewShowButton {
image: url('../Default/imgs/white/plus.svg');
image: url('../Medium/imgs/white/plus.svg');
image-position: center center;
margin: 0;
padding: 1;
@ -20,7 +20,7 @@
#FxSettingsPreviewShowButton:checked {
background-color: #2b2c2d;
border-color: #262728;
image: url('../Default/imgs/white/minus.svg');
image: url('../Medium/imgs/white/minus.svg');
}
.button-show:checked:pressed,
#LoadLevelShowButton:checked:pressed,
@ -393,9 +393,9 @@ TPanelTitleBar {
qproperty-TitleColor: #8c9093;
qproperty-ActiveTitleColor: #43AEE5;
qproperty-BorderPixmap: url('none');
qproperty-ActiveBorderPixmap: url('../Default/imgs/white/none');
qproperty-ActiveBorderPixmap: url('../Medium/imgs/white/none');
qproperty-FloatBorderPixmap: url('none');
qproperty-FloatActiveBorderPixmap: url('../Default/imgs/white/none');
qproperty-FloatActiveBorderPixmap: url('../Medium/imgs/white/none');
}
/* -----------------------------------------------------------------------------
Scrollbars
@ -472,28 +472,28 @@ QScrollBar::sub-line:vertical {
height: 16;
}
QScrollBar::up-arrow:vertical {
image: url('../Default/imgs/white/scroll-up.svg');
image: url('../Medium/imgs/white/scroll-up.svg');
image-position: center center;
}
QScrollBar::up-arrow:vertical:pressed {
margin: 1 0 0 0;
}
QScrollBar::down-arrow:vertical {
image: url('../Default/imgs/white/scroll-down.svg');
image: url('../Medium/imgs/white/scroll-down.svg');
image-position: center center;
}
QScrollBar::down-arrow:vertical:pressed {
margin: 1 0 0 0;
}
QScrollBar::left-arrow:horizontal {
image: url('../Default/imgs/white/scroll-left.svg');
image: url('../Medium/imgs/white/scroll-left.svg');
image-position: center center;
}
QScrollBar::left-arrow:horizontal:pressed {
margin: 1 0 0 0;
}
QScrollBar::right-arrow:horizontal {
image: url('../Default/imgs/white/scroll-right.svg');
image: url('../Medium/imgs/white/scroll-right.svg');
image-position: center center;
}
QScrollBar::right-arrow:horizontal:pressed {
@ -573,18 +573,18 @@ DvScrollWidget QPushButton:pressed,
}
#ScrollLeftButton {
border-right: 1 solid #212223;
image: url('../Default/imgs/white/scroll-left.svg');
image: url('../Medium/imgs/white/scroll-left.svg');
}
#ScrollRightButton {
border-left: 1 solid #212223;
margin-left: 3;
image: url('../Default/imgs/white/scroll-right.svg');
image: url('../Medium/imgs/white/scroll-right.svg');
}
#ScrollUpButton {
image: url('../Default/imgs/white/scroll-up.svg');
image: url('../Medium/imgs/white/scroll-up.svg');
}
#ScrollDownButton {
image: url('../Default/imgs/white/scroll-down.svg');
image: url('../Medium/imgs/white/scroll-down.svg');
}
/* -------------------------------------------------------------------------- */
#keyFrameNavigator {
@ -596,22 +596,22 @@ DvScrollWidget QPushButton:pressed,
min-width: 18;
}
#keyFrameNavigator #PreviousKey {
image: url('../Default/imgs/white/prevkey.svg');
image: url('../Medium/imgs/white/prevkey.svg');
}
#keyFrameNavigator #PreviousKey:hover {
image: url('../Default/imgs/white/prevkey_over.svg');
image: url('../Medium/imgs/white/prevkey_over.svg');
}
#keyFrameNavigator #PreviousKey:disabled {
image: url('../Default/imgs/white/prevkey_disabled.svg');
image: url('../Medium/imgs/white/prevkey_disabled.svg');
}
#keyFrameNavigator #NextKey {
image: url('../Default/imgs/white/nextkey.svg');
image: url('../Medium/imgs/white/nextkey.svg');
}
#keyFrameNavigator #NextKey:hover {
image: url('../Default/imgs/white/nextkey_over.svg');
image: url('../Medium/imgs/white/nextkey_over.svg');
}
#keyFrameNavigator #NextKey:disabled {
image: url('../Default/imgs/white/nextkey_disabled.svg');
image: url('../Medium/imgs/white/nextkey_disabled.svg');
}
/* -----------------------------------------------------------------------------
Trees
@ -655,7 +655,7 @@ QTreeView::branch:has-siblings:adjoins-item,
QTreeWidget::branch:has-children:closed,
QTreeView::branch:has-children:closed,
#FunctionEditorTree::branch:has-children:closed {
background: url('../Default/imgs/white/treebranch-closed.svg') no-repeat;
background: url('../Medium/imgs/white/treebranch-closed.svg') no-repeat;
background-position: center center;
border-image: none;
image: none;
@ -664,7 +664,7 @@ QTreeView::branch:has-children:closed,
QTreeWidget::branch:has-children:open,
QTreeView::branch:has-children:open,
#FunctionEditorTree::branch:has-children:open {
background: url('../Default/imgs/white/treebranch-open.svg') no-repeat;
background: url('../Medium/imgs/white/treebranch-open.svg') no-repeat;
background-position: center center;
image: none;
}
@ -672,7 +672,7 @@ QTreeView::branch:has-children:open,
QTreeWidget::branch:has-children:has-siblings:closed,
QTreeView::branch:has-children:has-siblings:closed,
#FunctionEditorTree::branch:has-children:has-siblings:closed {
background: url('../Default/imgs/white/treebranch-closed.svg') no-repeat;
background: url('../Medium/imgs/white/treebranch-closed.svg') no-repeat;
background-position: center center;
border-image: none;
image: none;
@ -681,7 +681,7 @@ QTreeView::branch:has-children:has-siblings:closed,
QTreeWidget::branch:has-children:has-siblings:open,
QTreeView::branch:has-children:has-siblings:open,
#FunctionEditorTree::branch:has-children:has-siblings:open {
background: url('../Default/imgs/white/treebranch-open.svg') no-repeat;
background: url('../Medium/imgs/white/treebranch-open.svg') no-repeat;
background-position: center center;
border-image: none;
image: none;
@ -830,7 +830,7 @@ QComboBox:checked {
.ComboBox::drop-down,
QComboBox::drop-down {
border: 0;
image: url('../Default/imgs/white/combo_downarrow.svg');
image: url('../Medium/imgs/white/combo_downarrow.svg');
image-position: center center;
width: 16;
}
@ -852,7 +852,7 @@ QComboBox::drop-down:hover:editable {
}
.ComboBox::drop-down:disabled,
QComboBox::drop-down:disabled {
image: url('../Default/imgs/white/combo_downarrow_disabled.svg');
image: url('../Medium/imgs/white/combo_downarrow_disabled.svg');
}
.ComboBox::drop-down:disabled:editable,
QComboBox::drop-down:disabled:editable {
@ -961,7 +961,7 @@ QCheckBox::indicator:checked,
QGroupBox::indicator:checked {
background-color: #5385a6;
border-color: #5385a6;
image: url('../Default/imgs/white/checkmark.svg');
image: url('../Medium/imgs/white/checkmark.svg');
}
.CheckBox::indicator:checked:hover,
QMenu::indicator:non-exclusive:checked:hover,
@ -980,7 +980,7 @@ QCheckBox::indicator:checked:disabled,
QGroupBox::indicator:checked:disabled {
background-color: #5a5d5f;
border-color: #5a5d5f;
image: url('../Default/imgs/white/checkmark_disabled.svg');
image: url('../Medium/imgs/white/checkmark_disabled.svg');
}
.CheckBox::indicator:indeterminate,
QMenu::indicator:non-exclusive:indeterminate,
@ -990,7 +990,7 @@ QCheckBox::indicator:indeterminate,
QGroupBox::indicator:indeterminate {
background-color: #5385a6;
border-color: #5385a6;
image: url('../Default/imgs/white/checkpartially.svg');
image: url('../Medium/imgs/white/checkpartially.svg');
}
.CheckBox::indicator:indeterminate:disabled,
QMenu::indicator:non-exclusive:indeterminate:disabled,
@ -1000,7 +1000,7 @@ QCheckBox::indicator:indeterminate:disabled,
QGroupBox::indicator:indeterminate:disabled {
background-color: #5a5d5f;
border-color: #5a5d5f;
image: url('../Default/imgs/white/checkpartially_disabled.svg');
image: url('../Medium/imgs/white/checkpartially_disabled.svg');
}
.CheckBox::indicator:disabled,
QMenu::indicator:non-exclusive:disabled,
@ -1048,21 +1048,21 @@ QMenu::indicator:exclusive:unchecked,
QMenu::indicator:exclusive:unchecked,
QRadioButton::indicator:unchecked,
#CameraSettingsRadioButton_Small::indicator:unchecked {
image: url('../Default/imgs/white/radiobutton_unchecked.svg');
image: url('../Medium/imgs/white/radiobutton_unchecked.svg');
}
.RadioButton::indicator:unchecked:hover,
QMenu::indicator:exclusive:unchecked:hover,
QMenu::indicator:exclusive:unchecked:hover,
QRadioButton::indicator:unchecked:hover,
#CameraSettingsRadioButton_Small::indicator:unchecked:hover {
image: url('../Default/imgs/white/radiobutton_unchecked_hover.svg');
image: url('../Medium/imgs/white/radiobutton_unchecked_hover.svg');
}
.RadioButton::indicator:checked,
QMenu::indicator:exclusive:checked,
QMenu::indicator:exclusive:checked,
QRadioButton::indicator:checked,
#CameraSettingsRadioButton_Small::indicator:checked {
image: url('../Default/imgs/white/radiobutton_checked.svg');
image: url('../Medium/imgs/white/radiobutton_checked.svg');
}
.RadioButton::indicator:checked:disabled,
QMenu::indicator:exclusive:checked:disabled,
@ -1070,14 +1070,14 @@ QMenu::indicator:exclusive:checked:disabled,
QRadioButton::indicator:checked:disabled,
#CameraSettingsRadioButton_Small::indicator:checked:disabled {
background-color: transparent;
image: url('../Default/imgs/white/radiobutton_checked_disabled.svg');
image: url('../Medium/imgs/white/radiobutton_checked_disabled.svg');
}
.RadioButton::indicator:disabled,
QMenu::indicator:exclusive:disabled,
QMenu::indicator:exclusive:disabled,
QRadioButton::indicator:disabled,
#CameraSettingsRadioButton_Small::indicator:disabled {
image: url('../Default/imgs/white/radiobutton_unchecked_disabled.svg');
image: url('../Medium/imgs/white/radiobutton_unchecked_disabled.svg');
}
/* -----------------------------------------------------------------------------
GroupBox
@ -1117,7 +1117,7 @@ QGroupBox:disabled {
.Slider::groove:horizontal,
QSlider::groove:horizontal {
background-color: transparent;
background-image: url('../Default/imgs/white/slider-groove.svg');
background-image: url('../Medium/imgs/white/slider-groove.svg');
background-position: center center;
background-repeat: repeat-x;
margin: 0;
@ -1126,17 +1126,17 @@ QSlider::groove:horizontal {
}
.Slider::groove:horizontal:disabled,
QSlider::groove:horizontal:disabled {
background-image: url('../Default/imgs/white/slider-groove_disabled.svg');
background-image: url('../Medium/imgs/white/slider-groove_disabled.svg');
}
.Slider::handle:horizontal,
QSlider::handle:horizontal {
width: 10;
margin: -2 -1;
image: url('../Default/imgs/white/slider-handle.svg');
image: url('../Medium/imgs/white/slider-handle.svg');
}
.Slider::handle:horizontal:disabled,
QSlider::handle:horizontal:disabled {
image: url('../Default/imgs/white/slider-handle_disabled.svg');
image: url('../Medium/imgs/white/slider-handle_disabled.svg');
}
/* -----------------------------------------------------------------------------
Double Slider
@ -1147,10 +1147,10 @@ QSlider::handle:horizontal:disabled {
qproperty-LightLineEdgeColor: #262728;
qproperty-DarkLineColor: #262728;
qproperty-MiddleLineColor: #262728;
qproperty-HandleLeftPixmap: url("../Default/imgs/white/slider-handle.svg");
qproperty-HandleRightPixmap: url("../Default/imgs/white/slider-handle.svg");
qproperty-HandleLeftGrayPixmap: url("../Default/imgs/white/slider-handle_disabled.svg");
qproperty-HandleRightGrayPixmap: url("../Default/imgs/white/slider-handle_disabled.svg");
qproperty-HandleLeftPixmap: url("../Medium/imgs/white/slider-handle.svg");
qproperty-HandleRightPixmap: url("../Medium/imgs/white/slider-handle.svg");
qproperty-HandleLeftGrayPixmap: url("../Medium/imgs/white/slider-handle_disabled.svg");
qproperty-HandleRightGrayPixmap: url("../Medium/imgs/white/slider-handle_disabled.svg");
}
/* -----------------------------------------------------------------------------
Progress Bar
@ -1271,12 +1271,12 @@ ParamsPage {
width: 18;
}
#CameraSettingsRadioButton::indicator:unchecked {
image: url('../Default/imgs/white/lock_off.svg');
image: url('../Medium/imgs/white/lock_off.svg');
}
#CameraSettingsRadioButton::indicator:checked {
background-color: #C34040;
border-color: #C34040;
image: url('../Default/imgs/white/lock_on.svg');
image: url('../Medium/imgs/white/lock_on.svg');
}
#CameraSettingsRadioButton::indicator:checked:hover {
background-color: #d57a7a;
@ -1298,13 +1298,13 @@ ParamsPage {
#ForceSquaredPixelButton {
height: 16;
border: 1 solid rgba(255, 255, 255, 0);
image: url('../Default/imgs/white/fsp_unchecked.svg');
image: url('../Medium/imgs/white/fsp_unchecked.svg');
padding: 2;
width: 16;
margin: 0;
}
#ForceSquaredPixelButton:checked {
image: url('../Default/imgs/white/fsp_checked.svg');
image: url('../Medium/imgs/white/fsp_checked.svg');
}
/* -----------------------------------------------------------------------------
Output Settings
@ -1424,10 +1424,10 @@ QStatusBar #StatusBarLabel {
min-width: 18;
}
#colorSliderAddButton {
image: url('../Default/imgs/white/scroll-right.svg');
image: url('../Medium/imgs/white/scroll-right.svg');
}
#colorSliderSubButton {
image: url('../Default/imgs/white/scroll-left.svg');
image: url('../Medium/imgs/white/scroll-left.svg');
}
#PlainColorPageParts {
border-bottom: 1 solid #212223;
@ -1565,24 +1565,24 @@ ProjectPopup QLabel {
PencilTestPopup / CameraCapture Window
----------------------------------------------------------------------------- */
#GearButton {
qproperty-icon: url('../Default/imgs/white/gear.svg');
qproperty-icon: url('../Medium/imgs/white/gear.svg');
}
#GearButton::menu-indicator {
image: "";
}
#LiveViewButton {
qproperty-icon: url('../Default/imgs/white/liveview.svg');
qproperty-icon: url('../Medium/imgs/white/liveview.svg');
}
#LiveViewButton::menu-indicator {
image: "";
}
#SubfolderButton {
qproperty-icon: url('../Default/imgs/white/subfolder.svg');
qproperty-icon: url('../Medium/imgs/white/subfolder.svg');
padding-left: 6px;
padding-right: 6px;
}
#SubcameraButton {
qproperty-icon: url('../Default/imgs/white/subcamera.svg');
qproperty-icon: url('../Medium/imgs/white/subcamera.svg');
padding-left: 6px;
padding-right: 6px;
}
@ -1615,14 +1615,14 @@ SchematicViewer {
qproperty-LayerBlendingFxColor: #4f757d;
qproperty-MatteFxColor: #ae7171;
qproperty-SchematicPreviewButtonBgOnColor: #c8c864;
qproperty-SchematicPreviewButtonOnImage: url('../Default/imgs/white/x_prev_eye_on.svg');
qproperty-SchematicPreviewButtonOnImage: url('../Medium/imgs/white/x_prev_eye_on.svg');
qproperty-SchematicPreviewButtonBgOffColor: #616161;
qproperty-SchematicPreviewButtonOffImage: url('../Default/imgs/white/x_prev_eye_off.svg');
qproperty-SchematicPreviewButtonOffImage: url('../Medium/imgs/white/x_prev_eye_off.svg');
qproperty-SchematicCamstandButtonBgOnColor: #eb906b;
qproperty-SchematicCamstandButtonOnImage: url('../Default/imgs/white/x_table_view_on.svg');
qproperty-SchematicCamstandButtonTranspImage: url('../Default/imgs/white/x_table_view_transp.svg');
qproperty-SchematicCamstandButtonOnImage: url('../Medium/imgs/white/x_table_view_on.svg');
qproperty-SchematicCamstandButtonTranspImage: url('../Medium/imgs/white/x_table_view_transp.svg');
qproperty-SchematicCamstandButtonBgOffColor: #616161;
qproperty-SchematicCamstandButtonOffImage: url('../Default/imgs/white/x_table_view_off.svg');
qproperty-SchematicCamstandButtonOffImage: url('../Medium/imgs/white/x_table_view_off.svg');
}
/* -----------------------------------------------------------------------------
Schematic Node Viewer
@ -1726,7 +1726,7 @@ ChannelBar {
border-bottom: 0;
}
IconViewField {
qproperty-ThicknessPixmap: url("../Default/imgs/white/selectiontool_thickness.svg");
qproperty-ThicknessPixmap: url("../Medium/imgs/white/selectiontool_thickness.svg");
}
#EditToolLockButton {
spacing: 0;
@ -1741,12 +1741,12 @@ IconViewField {
width: 18;
}
#EditToolLockButton::indicator:unchecked {
image: url('../Default/imgs/white/lock_off.svg');
image: url('../Medium/imgs/white/lock_off.svg');
}
#EditToolLockButton::indicator:checked {
background-color: #C34040;
border-color: #C34040;
image: url('../Default/imgs/white/lock_on.svg');
image: url('../Medium/imgs/white/lock_on.svg');
}
#EditToolLockButton::indicator:checked:hover {
background-color: #d57a7a;
@ -1755,14 +1755,14 @@ IconViewField {
PopupButton::menu-indicator {
border-left: 0;
height: 17;
image: url('../Default/imgs/white/combo_downarrow.svg');
image: url('../Medium/imgs/white/combo_downarrow.svg');
width: 10;
}
PopupButton::menu-indicator:hover {
image: url('../Default/imgs/white/combo_downarrow.svg');
image: url('../Medium/imgs/white/combo_downarrow.svg');
}
PopupButton::menu-indicator:disabled {
image: url('../Default/imgs/white/combo_downarrow_disabled.svg');
image: url('../Medium/imgs/white/combo_downarrow_disabled.svg');
}
#Cap,
#Join {
@ -1856,7 +1856,7 @@ QToolBar#FlipConsolePlayToolBar QToolButton {
}
#ViewerFpsSlider {
background-color: transparent;
background-image: url('../Default/imgs/white/slider-groove.svg');
background-image: url('../Medium/imgs/white/slider-groove.svg');
background-position: center center;
background-repeat: repeat-x;
border: 0;
@ -1897,12 +1897,12 @@ QToolBar#FlipConsolePlayToolBar QToolButton {
}
FlipSlider {
qproperty-PBHeight: 15;
qproperty-PBOverlay: url('../Default/imgs/white/flipslider.svg');
qproperty-PBOverlay: url('../Medium/imgs/white/flipslider.svg');
qproperty-PBColorMarginLeft: 1;
qproperty-PBColorMarginTop: 2;
qproperty-PBColorMarginRight: 1;
qproperty-PBColorMarginBottom: 2;
qproperty-PBMarker: url('../Default/imgs/white/flipmarker.svg');
qproperty-PBMarker: url('../Medium/imgs/white/flipmarker.svg');
qproperty-PBMarkerMarginLeft: 3;
qproperty-PBMarkerMarginRight: 3;
qproperty-notStartedColor: rgba(205, 101, 101, 0.78);
@ -2009,41 +2009,41 @@ XsheetViewer {
qproperty-XsheetColumnNameBgColor: rgba(0, 0, 0, 0);
qproperty-XsheetDragBarHighlightColor: rgba(255, 255, 255, 0.5);
qproperty-XsheetPreviewButtonBgOnColor: #c8c864;
qproperty-XsheetPreviewButtonOnImage: url('../Default/imgs/white/x_prev_eye_on.svg');
qproperty-XsheetPreviewButtonOnImage: url('../Medium/imgs/white/x_prev_eye_on.svg');
qproperty-XsheetPreviewButtonBgOffColor: rgba(255, 255, 255, 0);
qproperty-XsheetPreviewButtonOffImage: url('../Default/imgs/white/x_prev_eye_off.svg');
qproperty-XsheetPreviewButtonOffImage: url('../Medium/imgs/white/x_prev_eye_off.svg');
qproperty-XsheetCamstandButtonBgOnColor: #eb906b;
qproperty-XsheetCamstandButtonOnImage: url('../Default/imgs/white/x_table_view_on.svg');
qproperty-XsheetCamstandButtonTranspImage: url('../Default/imgs/white/x_table_view_transp.svg');
qproperty-XsheetCamstandButtonOnImage: url('../Medium/imgs/white/x_table_view_on.svg');
qproperty-XsheetCamstandButtonTranspImage: url('../Medium/imgs/white/x_table_view_transp.svg');
qproperty-XsheetCamstandButtonBgOffColor: rgba(255, 255, 255, 0);
qproperty-XsheetCamstandButtonOffImage: url('../Default/imgs/white/x_table_view_off.svg');
qproperty-XsheetCamstandButtonOffImage: url('../Medium/imgs/white/x_table_view_off.svg');
qproperty-XsheetLockButtonBgOnColor: rgba(255, 255, 255, 0.3);
qproperty-XsheetLockButtonOnImage: url('../Default/imgs/white/x_lock_on.svg');
qproperty-XsheetLockButtonOnImage: url('../Medium/imgs/white/x_lock_on.svg');
qproperty-XsheetLockButtonBgOffColor: rgba(255, 255, 255, 0);
qproperty-XsheetLockButtonOffImage: url('../Default/imgs/white/x_lock_off.svg');
qproperty-XsheetLockButtonOffImage: url('../Medium/imgs/white/x_lock_off.svg');
qproperty-XsheetConfigButtonBgColor: rgba(255, 255, 255, 0);
qproperty-XsheetConfigButtonImage: url('../Default/imgs/white/x_config.svg');
qproperty-XsheetConfigButtonImage: url('../Medium/imgs/white/x_config.svg');
qproperty-TimelinePreviewButtonBgOnColor: rgba(255, 255, 255, 0);
qproperty-TimelinePreviewButtonOnImage: url('../Default/imgs/white/timeline_toggle_on.svg');
qproperty-TimelinePreviewButtonOnImage: url('../Medium/imgs/white/timeline_toggle_on.svg');
qproperty-TimelinePreviewButtonBgOffColor: rgba(255, 255, 255, 0);
qproperty-TimelinePreviewButtonOffImage: url('../Default/imgs/white/timeline_toggle_off.svg');
qproperty-TimelinePreviewButtonOffImage: url('../Medium/imgs/white/timeline_toggle_off.svg');
qproperty-TimelineCamstandButtonBgOnColor: rgba(255, 255, 255, 0);
qproperty-TimelineCamstandButtonOnImage: url('../Default/imgs/white/timeline_toggle_on.svg');
qproperty-TimelineCamstandButtonTranspImage: url('../Default/imgs/white/timeline_toggle_transp.svg');
qproperty-TimelineCamstandButtonOnImage: url('../Medium/imgs/white/timeline_toggle_on.svg');
qproperty-TimelineCamstandButtonTranspImage: url('../Medium/imgs/white/timeline_toggle_transp.svg');
qproperty-TimelineCamstandButtonBgOffColor: rgba(255, 255, 255, 0);
qproperty-TimelineCamstandButtonOffImage: url('../Default/imgs/white/timeline_toggle_off.svg');
qproperty-TimelineCamstandButtonOffImage: url('../Medium/imgs/white/timeline_toggle_off.svg');
qproperty-TimelineLockButtonBgOnColor: rgba(255, 255, 255, 0);
qproperty-TimelineLockButtonOnImage: url('../Default/imgs/white/timeline_toggle_on.svg');
qproperty-TimelineLockButtonOnImage: url('../Medium/imgs/white/timeline_toggle_on.svg');
qproperty-TimelineLockButtonBgOffColor: rgba(255, 255, 255, 0);
qproperty-TimelineLockButtonOffImage: url('../Default/imgs/white/timeline_toggle_off.svg');
qproperty-TimelineLockButtonOffImage: url('../Medium/imgs/white/timeline_toggle_off.svg');
qproperty-TimelineConfigButtonBgColor: rgba(255, 255, 255, 0);
qproperty-TimelineConfigButtonImage: url('../Default/imgs/white/timeline_config.svg');
qproperty-LayerHeaderPreviewImage: url('../Default/imgs/white/layer_header_prev_eye.svg');
qproperty-LayerHeaderPreviewOverImage: url('../Default/imgs/white/layer_header_prev_eye_over.svg');
qproperty-LayerHeaderCamstandImage: url('../Default/imgs/white/layer_header_table_view.svg');
qproperty-LayerHeaderCamstandOverImage: url('../Default/imgs/white/layer_header_table_view_over.svg');
qproperty-LayerHeaderLockImage: url('../Default/imgs/white/lock_on.svg');
qproperty-LayerHeaderLockOverImage: url('../Default/imgs/white/lock_on_over.svg');
qproperty-TimelineConfigButtonImage: url('../Medium/imgs/white/timeline_config.svg');
qproperty-LayerHeaderPreviewImage: url('../Medium/imgs/white/layer_header_prev_eye.svg');
qproperty-LayerHeaderPreviewOverImage: url('../Medium/imgs/white/layer_header_prev_eye_over.svg');
qproperty-LayerHeaderCamstandImage: url('../Medium/imgs/white/layer_header_table_view.svg');
qproperty-LayerHeaderCamstandOverImage: url('../Medium/imgs/white/layer_header_table_view_over.svg');
qproperty-LayerHeaderLockImage: url('../Medium/imgs/white/lock_on.svg');
qproperty-LayerHeaderLockOverImage: url('../Medium/imgs/white/lock_on_over.svg');
qproperty-ActiveCameraColor: #2d7dca;
qproperty-SelectedActiveCameraColor: #5796d3;
qproperty-OtherCameraColor: #6c797b;
@ -2122,17 +2122,17 @@ SpreadsheetViewer {
margin: 0;
}
#FunctionSegmentViewerLinkButton {
background-image: url('../Default/imgs/white/segment_unlinked.svg');
background-image: url('../Medium/imgs/white/segment_unlinked.svg');
background-repeat: no-repeat;
}
#FunctionSegmentViewerLinkButton:hover {
background-repeat: no-repeat;
}
#FunctionSegmentViewerLinkButton:checked {
background-image: url('../Default/imgs/white/segment_linked.svg');
background-image: url('../Medium/imgs/white/segment_linked.svg');
background-repeat: no-repeat;
}
#FunctionSegmentViewerLinkButton:disabled {
background-image: url('../Default/imgs/white/segment_disabled.svg');
background-image: url('../Medium/imgs/white/segment_disabled.svg');
background-repeat: no-repeat;
}

View file

@ -6,7 +6,7 @@
#CleanupSettingsShowButton,
#OutputSettingsShowButton,
#FxSettingsPreviewShowButton {
image: url('../Default/imgs/white/plus.svg');
image: url('../Medium/imgs/white/plus.svg');
image-position: center center;
margin: 0;
padding: 1;
@ -20,7 +20,7 @@
#FxSettingsPreviewShowButton:checked {
background-color: #1e1e1e;
border-color: #191919;
image: url('../Default/imgs/white/minus.svg');
image: url('../Medium/imgs/white/minus.svg');
}
.button-show:checked:pressed,
#LoadLevelShowButton:checked:pressed,
@ -393,9 +393,9 @@ TPanelTitleBar {
qproperty-TitleColor: #7d7d7d;
qproperty-ActiveTitleColor: #fff;
qproperty-BorderPixmap: url('none');
qproperty-ActiveBorderPixmap: url('../Default/imgs/white/none');
qproperty-ActiveBorderPixmap: url('../Medium/imgs/white/none');
qproperty-FloatBorderPixmap: url('none');
qproperty-FloatActiveBorderPixmap: url('../Default/imgs/white/none');
qproperty-FloatActiveBorderPixmap: url('../Medium/imgs/white/none');
}
/* -----------------------------------------------------------------------------
Scrollbars
@ -472,28 +472,28 @@ QScrollBar::sub-line:vertical {
height: 16;
}
QScrollBar::up-arrow:vertical {
image: url('../Default/imgs/white/scroll-up.svg');
image: url('../Medium/imgs/white/scroll-up.svg');
image-position: center center;
}
QScrollBar::up-arrow:vertical:pressed {
margin: 1 0 0 0;
}
QScrollBar::down-arrow:vertical {
image: url('../Default/imgs/white/scroll-down.svg');
image: url('../Medium/imgs/white/scroll-down.svg');
image-position: center center;
}
QScrollBar::down-arrow:vertical:pressed {
margin: 1 0 0 0;
}
QScrollBar::left-arrow:horizontal {
image: url('../Default/imgs/white/scroll-left.svg');
image: url('../Medium/imgs/white/scroll-left.svg');
image-position: center center;
}
QScrollBar::left-arrow:horizontal:pressed {
margin: 1 0 0 0;
}
QScrollBar::right-arrow:horizontal {
image: url('../Default/imgs/white/scroll-right.svg');
image: url('../Medium/imgs/white/scroll-right.svg');
image-position: center center;
}
QScrollBar::right-arrow:horizontal:pressed {
@ -573,18 +573,18 @@ DvScrollWidget QPushButton:pressed,
}
#ScrollLeftButton {
border-right: 1 solid #161616;
image: url('../Default/imgs/white/scroll-left.svg');
image: url('../Medium/imgs/white/scroll-left.svg');
}
#ScrollRightButton {
border-left: 1 solid #161616;
margin-left: 3;
image: url('../Default/imgs/white/scroll-right.svg');
image: url('../Medium/imgs/white/scroll-right.svg');
}
#ScrollUpButton {
image: url('../Default/imgs/white/scroll-up.svg');
image: url('../Medium/imgs/white/scroll-up.svg');
}
#ScrollDownButton {
image: url('../Default/imgs/white/scroll-down.svg');
image: url('../Medium/imgs/white/scroll-down.svg');
}
/* -------------------------------------------------------------------------- */
#keyFrameNavigator {
@ -596,22 +596,22 @@ DvScrollWidget QPushButton:pressed,
min-width: 18;
}
#keyFrameNavigator #PreviousKey {
image: url('../Default/imgs/white/prevkey.svg');
image: url('../Medium/imgs/white/prevkey.svg');
}
#keyFrameNavigator #PreviousKey:hover {
image: url('../Default/imgs/white/prevkey_over.svg');
image: url('../Medium/imgs/white/prevkey_over.svg');
}
#keyFrameNavigator #PreviousKey:disabled {
image: url('../Default/imgs/white/prevkey_disabled.svg');
image: url('../Medium/imgs/white/prevkey_disabled.svg');
}
#keyFrameNavigator #NextKey {
image: url('../Default/imgs/white/nextkey.svg');
image: url('../Medium/imgs/white/nextkey.svg');
}
#keyFrameNavigator #NextKey:hover {
image: url('../Default/imgs/white/nextkey_over.svg');
image: url('../Medium/imgs/white/nextkey_over.svg');
}
#keyFrameNavigator #NextKey:disabled {
image: url('../Default/imgs/white/nextkey_disabled.svg');
image: url('../Medium/imgs/white/nextkey_disabled.svg');
}
/* -----------------------------------------------------------------------------
Trees
@ -655,7 +655,7 @@ QTreeView::branch:has-siblings:adjoins-item,
QTreeWidget::branch:has-children:closed,
QTreeView::branch:has-children:closed,
#FunctionEditorTree::branch:has-children:closed {
background: url('../Default/imgs/white/treebranch-closed.svg') no-repeat;
background: url('../Medium/imgs/white/treebranch-closed.svg') no-repeat;
background-position: center center;
border-image: none;
image: none;
@ -664,7 +664,7 @@ QTreeView::branch:has-children:closed,
QTreeWidget::branch:has-children:open,
QTreeView::branch:has-children:open,
#FunctionEditorTree::branch:has-children:open {
background: url('../Default/imgs/white/treebranch-open.svg') no-repeat;
background: url('../Medium/imgs/white/treebranch-open.svg') no-repeat;
background-position: center center;
image: none;
}
@ -672,7 +672,7 @@ QTreeView::branch:has-children:open,
QTreeWidget::branch:has-children:has-siblings:closed,
QTreeView::branch:has-children:has-siblings:closed,
#FunctionEditorTree::branch:has-children:has-siblings:closed {
background: url('../Default/imgs/white/treebranch-closed.svg') no-repeat;
background: url('../Medium/imgs/white/treebranch-closed.svg') no-repeat;
background-position: center center;
border-image: none;
image: none;
@ -681,7 +681,7 @@ QTreeView::branch:has-children:has-siblings:closed,
QTreeWidget::branch:has-children:has-siblings:open,
QTreeView::branch:has-children:has-siblings:open,
#FunctionEditorTree::branch:has-children:has-siblings:open {
background: url('../Default/imgs/white/treebranch-open.svg') no-repeat;
background: url('../Medium/imgs/white/treebranch-open.svg') no-repeat;
background-position: center center;
border-image: none;
image: none;
@ -830,7 +830,7 @@ QComboBox:checked {
.ComboBox::drop-down,
QComboBox::drop-down {
border: 0;
image: url('../Default/imgs/white/combo_downarrow.svg');
image: url('../Medium/imgs/white/combo_downarrow.svg');
image-position: center center;
width: 16;
}
@ -852,7 +852,7 @@ QComboBox::drop-down:hover:editable {
}
.ComboBox::drop-down:disabled,
QComboBox::drop-down:disabled {
image: url('../Default/imgs/white/combo_downarrow_disabled.svg');
image: url('../Medium/imgs/white/combo_downarrow_disabled.svg');
}
.ComboBox::drop-down:disabled:editable,
QComboBox::drop-down:disabled:editable {
@ -961,7 +961,7 @@ QCheckBox::indicator:checked,
QGroupBox::indicator:checked {
background-color: #5385a6;
border-color: #5385a6;
image: url('../Default/imgs/white/checkmark.svg');
image: url('../Medium/imgs/white/checkmark.svg');
}
.CheckBox::indicator:checked:hover,
QMenu::indicator:non-exclusive:checked:hover,
@ -980,7 +980,7 @@ QCheckBox::indicator:checked:disabled,
QGroupBox::indicator:checked:disabled {
background-color: #4a4a4a;
border-color: #4a4a4a;
image: url('../Default/imgs/white/checkmark_disabled.svg');
image: url('../Medium/imgs/white/checkmark_disabled.svg');
}
.CheckBox::indicator:indeterminate,
QMenu::indicator:non-exclusive:indeterminate,
@ -990,7 +990,7 @@ QCheckBox::indicator:indeterminate,
QGroupBox::indicator:indeterminate {
background-color: #5385a6;
border-color: #5385a6;
image: url('../Default/imgs/white/checkpartially.svg');
image: url('../Medium/imgs/white/checkpartially.svg');
}
.CheckBox::indicator:indeterminate:disabled,
QMenu::indicator:non-exclusive:indeterminate:disabled,
@ -1000,7 +1000,7 @@ QCheckBox::indicator:indeterminate:disabled,
QGroupBox::indicator:indeterminate:disabled {
background-color: #4a4a4a;
border-color: #4a4a4a;
image: url('../Default/imgs/white/checkpartially_disabled.svg');
image: url('../Medium/imgs/white/checkpartially_disabled.svg');
}
.CheckBox::indicator:disabled,
QMenu::indicator:non-exclusive:disabled,
@ -1048,21 +1048,21 @@ QMenu::indicator:exclusive:unchecked,
QMenu::indicator:exclusive:unchecked,
QRadioButton::indicator:unchecked,
#CameraSettingsRadioButton_Small::indicator:unchecked {
image: url('../Default/imgs/white/radiobutton-dark_unchecked.svg');
image: url('../Medium/imgs/white/radiobutton-dark_unchecked.svg');
}
.RadioButton::indicator:unchecked:hover,
QMenu::indicator:exclusive:unchecked:hover,
QMenu::indicator:exclusive:unchecked:hover,
QRadioButton::indicator:unchecked:hover,
#CameraSettingsRadioButton_Small::indicator:unchecked:hover {
image: url('../Default/imgs/white/radiobutton-dark_unchecked_hover.svg');
image: url('../Medium/imgs/white/radiobutton-dark_unchecked_hover.svg');
}
.RadioButton::indicator:checked,
QMenu::indicator:exclusive:checked,
QMenu::indicator:exclusive:checked,
QRadioButton::indicator:checked,
#CameraSettingsRadioButton_Small::indicator:checked {
image: url('../Default/imgs/white/radiobutton_checked.svg');
image: url('../Medium/imgs/white/radiobutton_checked.svg');
}
.RadioButton::indicator:checked:disabled,
QMenu::indicator:exclusive:checked:disabled,
@ -1070,14 +1070,14 @@ QMenu::indicator:exclusive:checked:disabled,
QRadioButton::indicator:checked:disabled,
#CameraSettingsRadioButton_Small::indicator:checked:disabled {
background-color: transparent;
image: url('../Default/imgs/white/radiobutton_checked_disabled.svg');
image: url('../Medium/imgs/white/radiobutton_checked_disabled.svg');
}
.RadioButton::indicator:disabled,
QMenu::indicator:exclusive:disabled,
QMenu::indicator:exclusive:disabled,
QRadioButton::indicator:disabled,
#CameraSettingsRadioButton_Small::indicator:disabled {
image: url('../Default/imgs/white/radiobutton-dark_unchecked_disabled.svg');
image: url('../Medium/imgs/white/radiobutton-dark_unchecked_disabled.svg');
}
/* -----------------------------------------------------------------------------
GroupBox
@ -1117,7 +1117,7 @@ QGroupBox:disabled {
.Slider::groove:horizontal,
QSlider::groove:horizontal {
background-color: transparent;
background-image: url('../Default/imgs/white/slider-groove_dark.svg');
background-image: url('../Medium/imgs/white/slider-groove_dark.svg');
background-position: center center;
background-repeat: repeat-x;
margin: 0;
@ -1126,17 +1126,17 @@ QSlider::groove:horizontal {
}
.Slider::groove:horizontal:disabled,
QSlider::groove:horizontal:disabled {
background-image: url('../Default/imgs/white/slider-groove_disabled_dark.svg');
background-image: url('../Medium/imgs/white/slider-groove_disabled_dark.svg');
}
.Slider::handle:horizontal,
QSlider::handle:horizontal {
width: 10;
margin: -2 -1;
image: url('../Default/imgs/white/slider-handle.svg');
image: url('../Medium/imgs/white/slider-handle.svg');
}
.Slider::handle:horizontal:disabled,
QSlider::handle:horizontal:disabled {
image: url('../Default/imgs/white/slider-handle_disabled.svg');
image: url('../Medium/imgs/white/slider-handle_disabled.svg');
}
/* -----------------------------------------------------------------------------
Double Slider
@ -1147,10 +1147,10 @@ QSlider::handle:horizontal:disabled {
qproperty-LightLineEdgeColor: #191919;
qproperty-DarkLineColor: #191919;
qproperty-MiddleLineColor: #191919;
qproperty-HandleLeftPixmap: url("../Default/imgs/white/slider-handle.svg");
qproperty-HandleRightPixmap: url("../Default/imgs/white/slider-handle.svg");
qproperty-HandleLeftGrayPixmap: url("../Default/imgs/white/slider-handle_disabled.svg");
qproperty-HandleRightGrayPixmap: url("../Default/imgs/white/slider-handle_disabled.svg");
qproperty-HandleLeftPixmap: url("../Medium/imgs/white/slider-handle.svg");
qproperty-HandleRightPixmap: url("../Medium/imgs/white/slider-handle.svg");
qproperty-HandleLeftGrayPixmap: url("../Medium/imgs/white/slider-handle_disabled.svg");
qproperty-HandleRightGrayPixmap: url("../Medium/imgs/white/slider-handle_disabled.svg");
}
/* -----------------------------------------------------------------------------
Progress Bar
@ -1271,12 +1271,12 @@ ParamsPage {
width: 18;
}
#CameraSettingsRadioButton::indicator:unchecked {
image: url('../Default/imgs/white/lock_off.svg');
image: url('../Medium/imgs/white/lock_off.svg');
}
#CameraSettingsRadioButton::indicator:checked {
background-color: #C34040;
border-color: #C34040;
image: url('../Default/imgs/white/lock_on.svg');
image: url('../Medium/imgs/white/lock_on.svg');
}
#CameraSettingsRadioButton::indicator:checked:hover {
background-color: #d57a7a;
@ -1298,13 +1298,13 @@ ParamsPage {
#ForceSquaredPixelButton {
height: 16;
border: 1 solid rgba(255, 255, 255, 0);
image: url('../Default/imgs/white/fsp_unchecked.svg');
image: url('../Medium/imgs/white/fsp_unchecked.svg');
padding: 2;
width: 16;
margin: 0;
}
#ForceSquaredPixelButton:checked {
image: url('../Default/imgs/white/fsp_checked.svg');
image: url('../Medium/imgs/white/fsp_checked.svg');
}
/* -----------------------------------------------------------------------------
Output Settings
@ -1424,10 +1424,10 @@ QStatusBar #StatusBarLabel {
min-width: 18;
}
#colorSliderAddButton {
image: url('../Default/imgs/white/scroll-right.svg');
image: url('../Medium/imgs/white/scroll-right.svg');
}
#colorSliderSubButton {
image: url('../Default/imgs/white/scroll-left.svg');
image: url('../Medium/imgs/white/scroll-left.svg');
}
#PlainColorPageParts {
border-bottom: 1 solid #161616;
@ -1565,24 +1565,24 @@ ProjectPopup QLabel {
PencilTestPopup / CameraCapture Window
----------------------------------------------------------------------------- */
#GearButton {
qproperty-icon: url('../Default/imgs/white/gear.svg');
qproperty-icon: url('../Medium/imgs/white/gear.svg');
}
#GearButton::menu-indicator {
image: "";
}
#LiveViewButton {
qproperty-icon: url('../Default/imgs/white/liveview.svg');
qproperty-icon: url('../Medium/imgs/white/liveview.svg');
}
#LiveViewButton::menu-indicator {
image: "";
}
#SubfolderButton {
qproperty-icon: url('../Default/imgs/white/subfolder.svg');
qproperty-icon: url('../Medium/imgs/white/subfolder.svg');
padding-left: 6px;
padding-right: 6px;
}
#SubcameraButton {
qproperty-icon: url('../Default/imgs/white/subcamera.svg');
qproperty-icon: url('../Medium/imgs/white/subcamera.svg');
padding-left: 6px;
padding-right: 6px;
}
@ -1615,14 +1615,14 @@ SchematicViewer {
qproperty-LayerBlendingFxColor: #4f757d;
qproperty-MatteFxColor: #ae7171;
qproperty-SchematicPreviewButtonBgOnColor: #c8c864;
qproperty-SchematicPreviewButtonOnImage: url('../Default/imgs/white/x_prev_eye_on.svg');
qproperty-SchematicPreviewButtonOnImage: url('../Medium/imgs/white/x_prev_eye_on.svg');
qproperty-SchematicPreviewButtonBgOffColor: #616161;
qproperty-SchematicPreviewButtonOffImage: url('../Default/imgs/white/x_prev_eye_off.svg');
qproperty-SchematicPreviewButtonOffImage: url('../Medium/imgs/white/x_prev_eye_off.svg');
qproperty-SchematicCamstandButtonBgOnColor: #eb906b;
qproperty-SchematicCamstandButtonOnImage: url('../Default/imgs/white/x_table_view_on.svg');
qproperty-SchematicCamstandButtonTranspImage: url('../Default/imgs/white/x_table_view_transp.svg');
qproperty-SchematicCamstandButtonOnImage: url('../Medium/imgs/white/x_table_view_on.svg');
qproperty-SchematicCamstandButtonTranspImage: url('../Medium/imgs/white/x_table_view_transp.svg');
qproperty-SchematicCamstandButtonBgOffColor: #616161;
qproperty-SchematicCamstandButtonOffImage: url('../Default/imgs/white/x_table_view_off.svg');
qproperty-SchematicCamstandButtonOffImage: url('../Medium/imgs/white/x_table_view_off.svg');
}
/* -----------------------------------------------------------------------------
Schematic Node Viewer
@ -1726,7 +1726,7 @@ ChannelBar {
border-bottom: 0;
}
IconViewField {
qproperty-ThicknessPixmap: url("../Default/imgs/white/selectiontool_thickness.svg");
qproperty-ThicknessPixmap: url("../Medium/imgs/white/selectiontool_thickness.svg");
}
#EditToolLockButton {
spacing: 0;
@ -1741,12 +1741,12 @@ IconViewField {
width: 18;
}
#EditToolLockButton::indicator:unchecked {
image: url('../Default/imgs/white/lock_off.svg');
image: url('../Medium/imgs/white/lock_off.svg');
}
#EditToolLockButton::indicator:checked {
background-color: #C34040;
border-color: #C34040;
image: url('../Default/imgs/white/lock_on.svg');
image: url('../Medium/imgs/white/lock_on.svg');
}
#EditToolLockButton::indicator:checked:hover {
background-color: #d57a7a;
@ -1755,14 +1755,14 @@ IconViewField {
PopupButton::menu-indicator {
border-left: 0;
height: 17;
image: url('../Default/imgs/white/combo_downarrow.svg');
image: url('../Medium/imgs/white/combo_downarrow.svg');
width: 10;
}
PopupButton::menu-indicator:hover {
image: url('../Default/imgs/white/combo_downarrow.svg');
image: url('../Medium/imgs/white/combo_downarrow.svg');
}
PopupButton::menu-indicator:disabled {
image: url('../Default/imgs/white/combo_downarrow_disabled.svg');
image: url('../Medium/imgs/white/combo_downarrow_disabled.svg');
}
#Cap,
#Join {
@ -1856,7 +1856,7 @@ QToolBar#FlipConsolePlayToolBar QToolButton {
}
#ViewerFpsSlider {
background-color: transparent;
background-image: url('../Default/imgs/white/slider-groove_dark.svg');
background-image: url('../Medium/imgs/white/slider-groove_dark.svg');
background-position: center center;
background-repeat: repeat-x;
border: 0;
@ -1897,12 +1897,12 @@ QToolBar#FlipConsolePlayToolBar QToolButton {
}
FlipSlider {
qproperty-PBHeight: 15;
qproperty-PBOverlay: url('../Default/imgs/white/flipslider_dark.svg');
qproperty-PBOverlay: url('../Medium/imgs/white/flipslider_dark.svg');
qproperty-PBColorMarginLeft: 1;
qproperty-PBColorMarginTop: 2;
qproperty-PBColorMarginRight: 1;
qproperty-PBColorMarginBottom: 2;
qproperty-PBMarker: url('../Default/imgs/white/flipmarker_dark.svg');
qproperty-PBMarker: url('../Medium/imgs/white/flipmarker_dark.svg');
qproperty-PBMarkerMarginLeft: 3;
qproperty-PBMarkerMarginRight: 3;
qproperty-notStartedColor: rgba(205, 101, 101, 0.78);
@ -2009,41 +2009,41 @@ XsheetViewer {
qproperty-XsheetColumnNameBgColor: rgba(0, 0, 0, 0);
qproperty-XsheetDragBarHighlightColor: rgba(255, 255, 255, 0.5);
qproperty-XsheetPreviewButtonBgOnColor: #c8c864;
qproperty-XsheetPreviewButtonOnImage: url('../Default/imgs/white/x_prev_eye_on.svg');
qproperty-XsheetPreviewButtonOnImage: url('../Medium/imgs/white/x_prev_eye_on.svg');
qproperty-XsheetPreviewButtonBgOffColor: rgba(255, 255, 255, 0);
qproperty-XsheetPreviewButtonOffImage: url('../Default/imgs/white/x_prev_eye_off.svg');
qproperty-XsheetPreviewButtonOffImage: url('../Medium/imgs/white/x_prev_eye_off.svg');
qproperty-XsheetCamstandButtonBgOnColor: #eb906b;
qproperty-XsheetCamstandButtonOnImage: url('../Default/imgs/white/x_table_view_on.svg');
qproperty-XsheetCamstandButtonTranspImage: url('../Default/imgs/white/x_table_view_transp.svg');
qproperty-XsheetCamstandButtonOnImage: url('../Medium/imgs/white/x_table_view_on.svg');
qproperty-XsheetCamstandButtonTranspImage: url('../Medium/imgs/white/x_table_view_transp.svg');
qproperty-XsheetCamstandButtonBgOffColor: rgba(255, 255, 255, 0);
qproperty-XsheetCamstandButtonOffImage: url('../Default/imgs/white/x_table_view_off.svg');
qproperty-XsheetCamstandButtonOffImage: url('../Medium/imgs/white/x_table_view_off.svg');
qproperty-XsheetLockButtonBgOnColor: rgba(255, 255, 255, 0.3);
qproperty-XsheetLockButtonOnImage: url('../Default/imgs/white/x_lock_on.svg');
qproperty-XsheetLockButtonOnImage: url('../Medium/imgs/white/x_lock_on.svg');
qproperty-XsheetLockButtonBgOffColor: rgba(255, 255, 255, 0);
qproperty-XsheetLockButtonOffImage: url('../Default/imgs/white/x_lock_off.svg');
qproperty-XsheetLockButtonOffImage: url('../Medium/imgs/white/x_lock_off.svg');
qproperty-XsheetConfigButtonBgColor: rgba(255, 255, 255, 0);
qproperty-XsheetConfigButtonImage: url('../Default/imgs/white/x_config.svg');
qproperty-XsheetConfigButtonImage: url('../Medium/imgs/white/x_config.svg');
qproperty-TimelinePreviewButtonBgOnColor: rgba(255, 255, 255, 0);
qproperty-TimelinePreviewButtonOnImage: url('../Default/imgs/white/timeline_toggle_on.svg');
qproperty-TimelinePreviewButtonOnImage: url('../Medium/imgs/white/timeline_toggle_on.svg');
qproperty-TimelinePreviewButtonBgOffColor: rgba(255, 255, 255, 0);
qproperty-TimelinePreviewButtonOffImage: url('../Default/imgs/white/timeline_toggle_off.svg');
qproperty-TimelinePreviewButtonOffImage: url('../Medium/imgs/white/timeline_toggle_off.svg');
qproperty-TimelineCamstandButtonBgOnColor: rgba(255, 255, 255, 0);
qproperty-TimelineCamstandButtonOnImage: url('../Default/imgs/white/timeline_toggle_on.svg');
qproperty-TimelineCamstandButtonTranspImage: url('../Default/imgs/white/timeline_toggle_transp.svg');
qproperty-TimelineCamstandButtonOnImage: url('../Medium/imgs/white/timeline_toggle_on.svg');
qproperty-TimelineCamstandButtonTranspImage: url('../Medium/imgs/white/timeline_toggle_transp.svg');
qproperty-TimelineCamstandButtonBgOffColor: rgba(255, 255, 255, 0);
qproperty-TimelineCamstandButtonOffImage: url('../Default/imgs/white/timeline_toggle_off.svg');
qproperty-TimelineCamstandButtonOffImage: url('../Medium/imgs/white/timeline_toggle_off.svg');
qproperty-TimelineLockButtonBgOnColor: rgba(255, 255, 255, 0);
qproperty-TimelineLockButtonOnImage: url('../Default/imgs/white/timeline_toggle_on.svg');
qproperty-TimelineLockButtonOnImage: url('../Medium/imgs/white/timeline_toggle_on.svg');
qproperty-TimelineLockButtonBgOffColor: rgba(255, 255, 255, 0);
qproperty-TimelineLockButtonOffImage: url('../Default/imgs/white/timeline_toggle_off.svg');
qproperty-TimelineLockButtonOffImage: url('../Medium/imgs/white/timeline_toggle_off.svg');
qproperty-TimelineConfigButtonBgColor: rgba(255, 255, 255, 0);
qproperty-TimelineConfigButtonImage: url('../Default/imgs/white/timeline_config.svg');
qproperty-LayerHeaderPreviewImage: url('../Default/imgs/white/layer_header_prev_eye.svg');
qproperty-LayerHeaderPreviewOverImage: url('../Default/imgs/white/layer_header_prev_eye_over.svg');
qproperty-LayerHeaderCamstandImage: url('../Default/imgs/white/layer_header_table_view.svg');
qproperty-LayerHeaderCamstandOverImage: url('../Default/imgs/white/layer_header_table_view_over.svg');
qproperty-LayerHeaderLockImage: url('../Default/imgs/white/lock_on.svg');
qproperty-LayerHeaderLockOverImage: url('../Default/imgs/white/lock_on_over.svg');
qproperty-TimelineConfigButtonImage: url('../Medium/imgs/white/timeline_config.svg');
qproperty-LayerHeaderPreviewImage: url('../Medium/imgs/white/layer_header_prev_eye.svg');
qproperty-LayerHeaderPreviewOverImage: url('../Medium/imgs/white/layer_header_prev_eye_over.svg');
qproperty-LayerHeaderCamstandImage: url('../Medium/imgs/white/layer_header_table_view.svg');
qproperty-LayerHeaderCamstandOverImage: url('../Medium/imgs/white/layer_header_table_view_over.svg');
qproperty-LayerHeaderLockImage: url('../Medium/imgs/white/lock_on.svg');
qproperty-LayerHeaderLockOverImage: url('../Medium/imgs/white/lock_on_over.svg');
qproperty-ActiveCameraColor: #2d7dca;
qproperty-SelectedActiveCameraColor: #5796d3;
qproperty-OtherCameraColor: #6c797b;
@ -2122,17 +2122,17 @@ SpreadsheetViewer {
margin: 0;
}
#FunctionSegmentViewerLinkButton {
background-image: url('../Default/imgs/white/segment_unlinked.svg');
background-image: url('../Medium/imgs/white/segment_unlinked.svg');
background-repeat: no-repeat;
}
#FunctionSegmentViewerLinkButton:hover {
background-repeat: no-repeat;
}
#FunctionSegmentViewerLinkButton:checked {
background-image: url('../Default/imgs/white/segment_linked.svg');
background-image: url('../Medium/imgs/white/segment_linked.svg');
background-repeat: no-repeat;
}
#FunctionSegmentViewerLinkButton:disabled {
background-image: url('../Default/imgs/white/segment_disabled.svg');
background-image: url('../Medium/imgs/white/segment_disabled.svg');
background-repeat: no-repeat;
}

View file

@ -6,7 +6,7 @@
#CleanupSettingsShowButton,
#OutputSettingsShowButton,
#FxSettingsPreviewShowButton {
image: url('../Default/imgs/black/plus.svg');
image: url('../Medium/imgs/black/plus.svg');
image-position: center center;
margin: 0;
padding: 1;
@ -20,7 +20,7 @@
#FxSettingsPreviewShowButton:checked {
background-color: #5a5a5a;
border-color: #454545;
image: url('../Default/imgs/black/minus.svg');
image: url('../Medium/imgs/black/minus.svg');
}
.button-show:checked:pressed,
#LoadLevelShowButton:checked:pressed,
@ -393,9 +393,9 @@ TPanelTitleBar {
qproperty-TitleColor: #c0c0c0;
qproperty-ActiveTitleColor: #fff;
qproperty-BorderPixmap: url('none');
qproperty-ActiveBorderPixmap: url('../Default/imgs/black/none');
qproperty-ActiveBorderPixmap: url('../Medium/imgs/black/none');
qproperty-FloatBorderPixmap: url('none');
qproperty-FloatActiveBorderPixmap: url('../Default/imgs/black/none');
qproperty-FloatActiveBorderPixmap: url('../Medium/imgs/black/none');
}
/* -----------------------------------------------------------------------------
Scrollbars
@ -472,28 +472,28 @@ QScrollBar::sub-line:vertical {
height: 16;
}
QScrollBar::up-arrow:vertical {
image: url('../Default/imgs/black/scroll-up.svg');
image: url('../Medium/imgs/black/scroll-up.svg');
image-position: center center;
}
QScrollBar::up-arrow:vertical:pressed {
margin: 1 0 0 0;
}
QScrollBar::down-arrow:vertical {
image: url('../Default/imgs/black/scroll-down.svg');
image: url('../Medium/imgs/black/scroll-down.svg');
image-position: center center;
}
QScrollBar::down-arrow:vertical:pressed {
margin: 1 0 0 0;
}
QScrollBar::left-arrow:horizontal {
image: url('../Default/imgs/black/scroll-left.svg');
image: url('../Medium/imgs/black/scroll-left.svg');
image-position: center center;
}
QScrollBar::left-arrow:horizontal:pressed {
margin: 1 0 0 0;
}
QScrollBar::right-arrow:horizontal {
image: url('../Default/imgs/black/scroll-right.svg');
image: url('../Medium/imgs/black/scroll-right.svg');
image-position: center center;
}
QScrollBar::right-arrow:horizontal:pressed {
@ -573,18 +573,18 @@ DvScrollWidget QPushButton:pressed,
}
#ScrollLeftButton {
border-right: 1 solid #404040;
image: url('../Default/imgs/black/scroll-left.svg');
image: url('../Medium/imgs/black/scroll-left.svg');
}
#ScrollRightButton {
border-left: 1 solid #404040;
margin-left: 3;
image: url('../Default/imgs/black/scroll-right.svg');
image: url('../Medium/imgs/black/scroll-right.svg');
}
#ScrollUpButton {
image: url('../Default/imgs/black/scroll-up.svg');
image: url('../Medium/imgs/black/scroll-up.svg');
}
#ScrollDownButton {
image: url('../Default/imgs/black/scroll-down.svg');
image: url('../Medium/imgs/black/scroll-down.svg');
}
/* -------------------------------------------------------------------------- */
#keyFrameNavigator {
@ -596,22 +596,22 @@ DvScrollWidget QPushButton:pressed,
min-width: 18;
}
#keyFrameNavigator #PreviousKey {
image: url('../Default/imgs/black/prevkey.svg');
image: url('../Medium/imgs/black/prevkey.svg');
}
#keyFrameNavigator #PreviousKey:hover {
image: url('../Default/imgs/black/prevkey_over.svg');
image: url('../Medium/imgs/black/prevkey_over.svg');
}
#keyFrameNavigator #PreviousKey:disabled {
image: url('../Default/imgs/black/prevkey_disabled.svg');
image: url('../Medium/imgs/black/prevkey_disabled.svg');
}
#keyFrameNavigator #NextKey {
image: url('../Default/imgs/black/nextkey.svg');
image: url('../Medium/imgs/black/nextkey.svg');
}
#keyFrameNavigator #NextKey:hover {
image: url('../Default/imgs/black/nextkey_over.svg');
image: url('../Medium/imgs/black/nextkey_over.svg');
}
#keyFrameNavigator #NextKey:disabled {
image: url('../Default/imgs/black/nextkey_disabled.svg');
image: url('../Medium/imgs/black/nextkey_disabled.svg');
}
/* -----------------------------------------------------------------------------
Trees
@ -655,7 +655,7 @@ QTreeView::branch:has-siblings:adjoins-item,
QTreeWidget::branch:has-children:closed,
QTreeView::branch:has-children:closed,
#FunctionEditorTree::branch:has-children:closed {
background: url('../Default/imgs/black/treebranch-closed.svg') no-repeat;
background: url('../Medium/imgs/black/treebranch-closed.svg') no-repeat;
background-position: center center;
border-image: none;
image: none;
@ -664,7 +664,7 @@ QTreeView::branch:has-children:closed,
QTreeWidget::branch:has-children:open,
QTreeView::branch:has-children:open,
#FunctionEditorTree::branch:has-children:open {
background: url('../Default/imgs/black/treebranch-open.svg') no-repeat;
background: url('../Medium/imgs/black/treebranch-open.svg') no-repeat;
background-position: center center;
image: none;
}
@ -672,7 +672,7 @@ QTreeView::branch:has-children:open,
QTreeWidget::branch:has-children:has-siblings:closed,
QTreeView::branch:has-children:has-siblings:closed,
#FunctionEditorTree::branch:has-children:has-siblings:closed {
background: url('../Default/imgs/black/treebranch-closed.svg') no-repeat;
background: url('../Medium/imgs/black/treebranch-closed.svg') no-repeat;
background-position: center center;
border-image: none;
image: none;
@ -681,7 +681,7 @@ QTreeView::branch:has-children:has-siblings:closed,
QTreeWidget::branch:has-children:has-siblings:open,
QTreeView::branch:has-children:has-siblings:open,
#FunctionEditorTree::branch:has-children:has-siblings:open {
background: url('../Default/imgs/black/treebranch-open.svg') no-repeat;
background: url('../Medium/imgs/black/treebranch-open.svg') no-repeat;
background-position: center center;
border-image: none;
image: none;
@ -830,7 +830,7 @@ QComboBox:checked {
.ComboBox::drop-down,
QComboBox::drop-down {
border: 0;
image: url('../Default/imgs/black/combo_downarrow.svg');
image: url('../Medium/imgs/black/combo_downarrow.svg');
image-position: center center;
width: 16;
}
@ -852,7 +852,7 @@ QComboBox::drop-down:hover:editable {
}
.ComboBox::drop-down:disabled,
QComboBox::drop-down:disabled {
image: url('../Default/imgs/black/combo_downarrow_disabled.svg');
image: url('../Medium/imgs/black/combo_downarrow_disabled.svg');
}
.ComboBox::drop-down:disabled:editable,
QComboBox::drop-down:disabled:editable {
@ -961,7 +961,7 @@ QCheckBox::indicator:checked,
QGroupBox::indicator:checked {
background-color: #5a5a5a;
border-color: #454545;
image: url('../Default/imgs/black/checkmark.svg');
image: url('../Medium/imgs/black/checkmark.svg');
}
.CheckBox::indicator:checked:hover,
QMenu::indicator:non-exclusive:checked:hover,
@ -980,7 +980,7 @@ QCheckBox::indicator:checked:disabled,
QGroupBox::indicator:checked:disabled {
background-color: #676767;
border-color: #5a5a5a;
image: url('../Default/imgs/black/checkmark_disabled.svg');
image: url('../Medium/imgs/black/checkmark_disabled.svg');
}
.CheckBox::indicator:indeterminate,
QMenu::indicator:non-exclusive:indeterminate,
@ -990,7 +990,7 @@ QCheckBox::indicator:indeterminate,
QGroupBox::indicator:indeterminate {
background-color: #5a5a5a;
border-color: #454545;
image: url('../Default/imgs/black/checkpartially.svg');
image: url('../Medium/imgs/black/checkpartially.svg');
}
.CheckBox::indicator:indeterminate:disabled,
QMenu::indicator:non-exclusive:indeterminate:disabled,
@ -1000,7 +1000,7 @@ QCheckBox::indicator:indeterminate:disabled,
QGroupBox::indicator:indeterminate:disabled {
background-color: #676767;
border-color: #5a5a5a;
image: url('../Default/imgs/black/checkpartially_disabled.svg');
image: url('../Medium/imgs/black/checkpartially_disabled.svg');
}
.CheckBox::indicator:disabled,
QMenu::indicator:non-exclusive:disabled,
@ -1048,21 +1048,21 @@ QMenu::indicator:exclusive:unchecked,
QMenu::indicator:exclusive:unchecked,
QRadioButton::indicator:unchecked,
#CameraSettingsRadioButton_Small::indicator:unchecked {
image: url('../Default/imgs/black/radiobutton_unchecked.svg');
image: url('../Medium/imgs/black/radiobutton_unchecked.svg');
}
.RadioButton::indicator:unchecked:hover,
QMenu::indicator:exclusive:unchecked:hover,
QMenu::indicator:exclusive:unchecked:hover,
QRadioButton::indicator:unchecked:hover,
#CameraSettingsRadioButton_Small::indicator:unchecked:hover {
image: url('../Default/imgs/black/radiobutton_unchecked_hover.svg');
image: url('../Medium/imgs/black/radiobutton_unchecked_hover.svg');
}
.RadioButton::indicator:checked,
QMenu::indicator:exclusive:checked,
QMenu::indicator:exclusive:checked,
QRadioButton::indicator:checked,
#CameraSettingsRadioButton_Small::indicator:checked {
image: url('../Default/imgs/black/radiobutton_checked.svg');
image: url('../Medium/imgs/black/radiobutton_checked.svg');
}
.RadioButton::indicator:checked:disabled,
QMenu::indicator:exclusive:checked:disabled,
@ -1070,14 +1070,14 @@ QMenu::indicator:exclusive:checked:disabled,
QRadioButton::indicator:checked:disabled,
#CameraSettingsRadioButton_Small::indicator:checked:disabled {
background-color: transparent;
image: url('../Default/imgs/black/radiobutton_checked_disabled.svg');
image: url('../Medium/imgs/black/radiobutton_checked_disabled.svg');
}
.RadioButton::indicator:disabled,
QMenu::indicator:exclusive:disabled,
QMenu::indicator:exclusive:disabled,
QRadioButton::indicator:disabled,
#CameraSettingsRadioButton_Small::indicator:disabled {
image: url('../Default/imgs/black/radiobutton_unchecked_disabled.svg');
image: url('../Medium/imgs/black/radiobutton_unchecked_disabled.svg');
}
/* -----------------------------------------------------------------------------
GroupBox
@ -1117,7 +1117,7 @@ QGroupBox:disabled {
.Slider::groove:horizontal,
QSlider::groove:horizontal {
background-color: transparent;
background-image: url('../Default/imgs/black/slider-groove.svg');
background-image: url('../Medium/imgs/black/slider-groove.svg');
background-position: center center;
background-repeat: repeat-x;
margin: 0;
@ -1126,17 +1126,17 @@ QSlider::groove:horizontal {
}
.Slider::groove:horizontal:disabled,
QSlider::groove:horizontal:disabled {
background-image: url('../Default/imgs/black/slider-groove_disabled.svg');
background-image: url('../Medium/imgs/black/slider-groove_disabled.svg');
}
.Slider::handle:horizontal,
QSlider::handle:horizontal {
width: 10;
margin: -2 0;
image: url('../Default/imgs/black/slider-handle.svg');
image: url('../Medium/imgs/black/slider-handle.svg');
}
.Slider::handle:horizontal:disabled,
QSlider::handle:horizontal:disabled {
image: url('../Default/imgs/black/slider-handle_disabled.svg');
image: url('../Medium/imgs/black/slider-handle_disabled.svg');
}
/* -----------------------------------------------------------------------------
Double Slider
@ -1147,10 +1147,10 @@ QSlider::handle:horizontal:disabled {
qproperty-LightLineEdgeColor: #484848;
qproperty-DarkLineColor: #484848;
qproperty-MiddleLineColor: #484848;
qproperty-HandleLeftPixmap: url("../Default/imgs/black/slider-handle.svg");
qproperty-HandleRightPixmap: url("../Default/imgs/black/slider-handle.svg");
qproperty-HandleLeftGrayPixmap: url("../Default/imgs/black/slider-handle_disabled.svg");
qproperty-HandleRightGrayPixmap: url("../Default/imgs/black/slider-handle_disabled.svg");
qproperty-HandleLeftPixmap: url("../Medium/imgs/black/slider-handle.svg");
qproperty-HandleRightPixmap: url("../Medium/imgs/black/slider-handle.svg");
qproperty-HandleLeftGrayPixmap: url("../Medium/imgs/black/slider-handle_disabled.svg");
qproperty-HandleRightGrayPixmap: url("../Medium/imgs/black/slider-handle_disabled.svg");
}
/* -----------------------------------------------------------------------------
Progress Bar
@ -1271,12 +1271,12 @@ ParamsPage {
width: 18;
}
#CameraSettingsRadioButton::indicator:unchecked {
image: url('../Default/imgs/black/lock_off.svg');
image: url('../Medium/imgs/black/lock_off.svg');
}
#CameraSettingsRadioButton::indicator:checked {
background-color: #C34040;
border-color: #772626;
image: url('../Default/imgs/black/lock_on.svg');
image: url('../Medium/imgs/black/lock_on.svg');
}
#CameraSettingsRadioButton::indicator:checked:hover {
background-color: #d57a7a;
@ -1298,13 +1298,13 @@ ParamsPage {
#ForceSquaredPixelButton {
height: 16;
border: 1 solid rgba(255, 255, 255, 0);
image: url('../Default/imgs/black/fsp_unchecked.svg');
image: url('../Medium/imgs/black/fsp_unchecked.svg');
padding: 2;
width: 16;
margin: 0;
}
#ForceSquaredPixelButton:checked {
image: url('../Default/imgs/black/fsp_checked.svg');
image: url('../Medium/imgs/black/fsp_checked.svg');
}
/* -----------------------------------------------------------------------------
Output Settings
@ -1424,10 +1424,10 @@ QStatusBar #StatusBarLabel {
min-width: 18;
}
#colorSliderAddButton {
image: url('../Default/imgs/black/scroll-right.svg');
image: url('../Medium/imgs/black/scroll-right.svg');
}
#colorSliderSubButton {
image: url('../Default/imgs/black/scroll-left.svg');
image: url('../Medium/imgs/black/scroll-left.svg');
}
#PlainColorPageParts {
border-bottom: 1 solid #404040;
@ -1566,24 +1566,24 @@ ProjectPopup QLabel {
PencilTestPopup / CameraCapture Window
----------------------------------------------------------------------------- */
#GearButton {
qproperty-icon: url('../Default/imgs/black/gear.svg');
qproperty-icon: url('../Medium/imgs/black/gear.svg');
}
#GearButton::menu-indicator {
image: "";
}
#LiveViewButton {
qproperty-icon: url('../Default/imgs/black/liveview.svg');
qproperty-icon: url('../Medium/imgs/black/liveview.svg');
}
#LiveViewButton::menu-indicator {
image: "";
}
#SubfolderButton {
qproperty-icon: url('../Default/imgs/black/subfolder.svg');
qproperty-icon: url('../Medium/imgs/black/subfolder.svg');
padding-left: 6px;
padding-right: 6px;
}
#SubcameraButton {
qproperty-icon: url('../Default/imgs/black/subcamera.svg');
qproperty-icon: url('../Medium/imgs/black/subcamera.svg');
padding-left: 6px;
padding-right: 6px;
}
@ -1616,14 +1616,14 @@ SchematicViewer {
qproperty-LayerBlendingFxColor: #709ba5;
qproperty-MatteFxColor: #ba8585;
qproperty-SchematicPreviewButtonBgOnColor: #c8c864;
qproperty-SchematicPreviewButtonOnImage: url('../Default/imgs/black/x_prev_eye_on.svg');
qproperty-SchematicPreviewButtonOnImage: url('../Medium/imgs/black/x_prev_eye_on.svg');
qproperty-SchematicPreviewButtonBgOffColor: #ababab;
qproperty-SchematicPreviewButtonOffImage: url('../Default/imgs/black/x_prev_eye_off.svg');
qproperty-SchematicPreviewButtonOffImage: url('../Medium/imgs/black/x_prev_eye_off.svg');
qproperty-SchematicCamstandButtonBgOnColor: #eb906b;
qproperty-SchematicCamstandButtonOnImage: url('../Default/imgs/black/x_table_view_on.svg');
qproperty-SchematicCamstandButtonTranspImage: url('../Default/imgs/black/x_table_view_transp.svg');
qproperty-SchematicCamstandButtonOnImage: url('../Medium/imgs/black/x_table_view_on.svg');
qproperty-SchematicCamstandButtonTranspImage: url('../Medium/imgs/black/x_table_view_transp.svg');
qproperty-SchematicCamstandButtonBgOffColor: #ababab;
qproperty-SchematicCamstandButtonOffImage: url('../Default/imgs/black/x_table_view_off.svg');
qproperty-SchematicCamstandButtonOffImage: url('../Medium/imgs/black/x_table_view_off.svg');
}
/* -----------------------------------------------------------------------------
Schematic Node Viewer
@ -1727,7 +1727,7 @@ ChannelBar {
border-bottom: 0;
}
IconViewField {
qproperty-ThicknessPixmap: url("../Default/imgs/black/selectiontool_thickness.svg");
qproperty-ThicknessPixmap: url("../Medium/imgs/black/selectiontool_thickness.svg");
}
#EditToolLockButton {
spacing: 0;
@ -1742,12 +1742,12 @@ IconViewField {
width: 18;
}
#EditToolLockButton::indicator:unchecked {
image: url('../Default/imgs/black/lock_off.svg');
image: url('../Medium/imgs/black/lock_off.svg');
}
#EditToolLockButton::indicator:checked {
background-color: #C34040;
border-color: #772626;
image: url('../Default/imgs/black/lock_on.svg');
image: url('../Medium/imgs/black/lock_on.svg');
}
#EditToolLockButton::indicator:checked:hover {
background-color: #d57a7a;
@ -1756,14 +1756,14 @@ IconViewField {
PopupButton::menu-indicator {
border-left: 0;
height: 17;
image: url('../Default/imgs/black/combo_downarrow.svg');
image: url('../Medium/imgs/black/combo_downarrow.svg');
width: 10;
}
PopupButton::menu-indicator:hover {
image: url('../Default/imgs/black/combo_downarrow.svg');
image: url('../Medium/imgs/black/combo_downarrow.svg');
}
PopupButton::menu-indicator:disabled {
image: url('../Default/imgs/black/combo_downarrow_disabled.svg');
image: url('../Medium/imgs/black/combo_downarrow_disabled.svg');
}
#Cap,
#Join {
@ -1857,7 +1857,7 @@ QToolBar#FlipConsolePlayToolBar QToolButton {
}
#ViewerFpsSlider {
background-color: transparent;
background-image: url('../Default/imgs/black/slider-groove.svg');
background-image: url('../Medium/imgs/black/slider-groove.svg');
background-position: center center;
background-repeat: repeat-x;
border: 0;
@ -1898,12 +1898,12 @@ QToolBar#FlipConsolePlayToolBar QToolButton {
}
FlipSlider {
qproperty-PBHeight: 15;
qproperty-PBOverlay: url('../Default/imgs/black/flipslider.svg');
qproperty-PBOverlay: url('../Medium/imgs/black/flipslider.svg');
qproperty-PBColorMarginLeft: 1;
qproperty-PBColorMarginTop: 2;
qproperty-PBColorMarginRight: 1;
qproperty-PBColorMarginBottom: 2;
qproperty-PBMarker: url('../Default/imgs/black/flipmarker.svg');
qproperty-PBMarker: url('../Medium/imgs/black/flipmarker.svg');
qproperty-PBMarkerMarginLeft: 3;
qproperty-PBMarkerMarginRight: 3;
qproperty-notStartedColor: #8b2525;
@ -2010,41 +2010,41 @@ XsheetViewer {
qproperty-XsheetColumnNameBgColor: rgba(0, 0, 0, 0);
qproperty-XsheetDragBarHighlightColor: rgba(255, 255, 255, 0.5);
qproperty-XsheetPreviewButtonBgOnColor: #c8c864;
qproperty-XsheetPreviewButtonOnImage: url('../Default/imgs/black/x_prev_eye_on.svg');
qproperty-XsheetPreviewButtonOnImage: url('../Medium/imgs/black/x_prev_eye_on.svg');
qproperty-XsheetPreviewButtonBgOffColor: rgba(255, 255, 255, 0);
qproperty-XsheetPreviewButtonOffImage: url('../Default/imgs/black/x_prev_eye_off.svg');
qproperty-XsheetPreviewButtonOffImage: url('../Medium/imgs/black/x_prev_eye_off.svg');
qproperty-XsheetCamstandButtonBgOnColor: #eb906b;
qproperty-XsheetCamstandButtonOnImage: url('../Default/imgs/black/x_table_view_on.svg');
qproperty-XsheetCamstandButtonTranspImage: url('../Default/imgs/black/x_table_view_transp.svg');
qproperty-XsheetCamstandButtonOnImage: url('../Medium/imgs/black/x_table_view_on.svg');
qproperty-XsheetCamstandButtonTranspImage: url('../Medium/imgs/black/x_table_view_transp.svg');
qproperty-XsheetCamstandButtonBgOffColor: rgba(255, 255, 255, 0);
qproperty-XsheetCamstandButtonOffImage: url('../Default/imgs/black/x_table_view_off.svg');
qproperty-XsheetCamstandButtonOffImage: url('../Medium/imgs/black/x_table_view_off.svg');
qproperty-XsheetLockButtonBgOnColor: rgba(255, 255, 255, 0.3);
qproperty-XsheetLockButtonOnImage: url('../Default/imgs/black/x_lock_on.svg');
qproperty-XsheetLockButtonOnImage: url('../Medium/imgs/black/x_lock_on.svg');
qproperty-XsheetLockButtonBgOffColor: rgba(255, 255, 255, 0);
qproperty-XsheetLockButtonOffImage: url('../Default/imgs/black/x_lock_off.svg');
qproperty-XsheetLockButtonOffImage: url('../Medium/imgs/black/x_lock_off.svg');
qproperty-XsheetConfigButtonBgColor: rgba(255, 255, 255, 0);
qproperty-XsheetConfigButtonImage: url('../Default/imgs/black/x_config.svg');
qproperty-XsheetConfigButtonImage: url('../Medium/imgs/black/x_config.svg');
qproperty-TimelinePreviewButtonBgOnColor: rgba(255, 255, 255, 0);
qproperty-TimelinePreviewButtonOnImage: url('../Default/imgs/black/timeline_toggle_on.svg');
qproperty-TimelinePreviewButtonOnImage: url('../Medium/imgs/black/timeline_toggle_on.svg');
qproperty-TimelinePreviewButtonBgOffColor: rgba(255, 255, 255, 0);
qproperty-TimelinePreviewButtonOffImage: url('../Default/imgs/black/timeline_toggle_off.svg');
qproperty-TimelinePreviewButtonOffImage: url('../Medium/imgs/black/timeline_toggle_off.svg');
qproperty-TimelineCamstandButtonBgOnColor: rgba(255, 255, 255, 0);
qproperty-TimelineCamstandButtonOnImage: url('../Default/imgs/black/timeline_toggle_on.svg');
qproperty-TimelineCamstandButtonTranspImage: url('../Default/imgs/black/timeline_toggle_transp.svg');
qproperty-TimelineCamstandButtonOnImage: url('../Medium/imgs/black/timeline_toggle_on.svg');
qproperty-TimelineCamstandButtonTranspImage: url('../Medium/imgs/black/timeline_toggle_transp.svg');
qproperty-TimelineCamstandButtonBgOffColor: rgba(255, 255, 255, 0);
qproperty-TimelineCamstandButtonOffImage: url('../Default/imgs/black/timeline_toggle_off.svg');
qproperty-TimelineCamstandButtonOffImage: url('../Medium/imgs/black/timeline_toggle_off.svg');
qproperty-TimelineLockButtonBgOnColor: rgba(255, 255, 255, 0);
qproperty-TimelineLockButtonOnImage: url('../Default/imgs/black/timeline_toggle_on.svg');
qproperty-TimelineLockButtonOnImage: url('../Medium/imgs/black/timeline_toggle_on.svg');
qproperty-TimelineLockButtonBgOffColor: rgba(255, 255, 255, 0);
qproperty-TimelineLockButtonOffImage: url('../Default/imgs/black/timeline_toggle_off.svg');
qproperty-TimelineLockButtonOffImage: url('../Medium/imgs/black/timeline_toggle_off.svg');
qproperty-TimelineConfigButtonBgColor: rgba(255, 255, 255, 0);
qproperty-TimelineConfigButtonImage: url('../Default/imgs/black/timeline_config.svg');
qproperty-LayerHeaderPreviewImage: url('../Default/imgs/black/layer_header_prev_eye.svg');
qproperty-LayerHeaderPreviewOverImage: url('../Default/imgs/black/layer_header_prev_eye_over.svg');
qproperty-LayerHeaderCamstandImage: url('../Default/imgs/black/layer_header_table_view.svg');
qproperty-LayerHeaderCamstandOverImage: url('../Default/imgs/black/layer_header_table_view_over.svg');
qproperty-LayerHeaderLockImage: url('../Default/imgs/black/lock_on.svg');
qproperty-LayerHeaderLockOverImage: url('../Default/imgs/black/lock_on_over.svg');
qproperty-TimelineConfigButtonImage: url('../Medium/imgs/black/timeline_config.svg');
qproperty-LayerHeaderPreviewImage: url('../Medium/imgs/black/layer_header_prev_eye.svg');
qproperty-LayerHeaderPreviewOverImage: url('../Medium/imgs/black/layer_header_prev_eye_over.svg');
qproperty-LayerHeaderCamstandImage: url('../Medium/imgs/black/layer_header_table_view.svg');
qproperty-LayerHeaderCamstandOverImage: url('../Medium/imgs/black/layer_header_table_view_over.svg');
qproperty-LayerHeaderLockImage: url('../Medium/imgs/black/lock_on.svg');
qproperty-LayerHeaderLockOverImage: url('../Medium/imgs/black/lock_on_over.svg');
qproperty-ActiveCameraColor: #6ba5de;
qproperty-SelectedActiveCameraColor: #98bee4;
qproperty-OtherCameraColor: #8f9c9e;
@ -2123,17 +2123,17 @@ SpreadsheetViewer {
margin: 0;
}
#FunctionSegmentViewerLinkButton {
background-image: url('../Default/imgs/black/segment_unlinked.svg');
background-image: url('../Medium/imgs/black/segment_unlinked.svg');
background-repeat: no-repeat;
}
#FunctionSegmentViewerLinkButton:hover {
background-repeat: no-repeat;
}
#FunctionSegmentViewerLinkButton:checked {
background-image: url('../Default/imgs/black/segment_linked.svg');
background-image: url('../Medium/imgs/black/segment_linked.svg');
background-repeat: no-repeat;
}
#FunctionSegmentViewerLinkButton:disabled {
background-image: url('../Default/imgs/black/segment_disabled.svg');
background-image: url('../Medium/imgs/black/segment_disabled.svg');
background-repeat: no-repeat;
}

View file

Before

Width:  |  Height:  |  Size: 569 B

After

Width:  |  Height:  |  Size: 569 B

View file

Before

Width:  |  Height:  |  Size: 588 B

After

Width:  |  Height:  |  Size: 588 B

View file

Before

Width:  |  Height:  |  Size: 590 B

After

Width:  |  Height:  |  Size: 590 B

View file

Before

Width:  |  Height:  |  Size: 607 B

After

Width:  |  Height:  |  Size: 607 B

View file

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg4489" inkscape:version="0.91 r13725" sodipodi:docname="combo-down.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16"
style="enable-background:new 0 0 16 16;" xml:space="preserve">
<style type="text/css">
.st0{fill-opacity:0.9024;}
</style>
<sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview7" inkscape:current-layer="svg4489" inkscape:cx="8" inkscape:cy="8" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="480" inkscape:window-maximized="0" inkscape:window-width="796" inkscape:window-x="0" inkscape:window-y="0" inkscape:zoom="14.75" objecttolerance="10" pagecolor="#ffffff" showgrid="false">
</sodipodi:namedview>
<g id="layer1" transform="translate(0,-1106.5197)">
</g>
<path id="path2" inkscape:connector-curvature="0" class="st0" d="M10.7,7H5.3H4.5L8,11l3.5-4H10.7z"/>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg4489" inkscape:version="0.91 r13725" sodipodi:docname="combo-down.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16"
style="enable-background:new 0 0 16 16;" xml:space="preserve">
<style type="text/css">
.st0{fill-opacity:0.9024;}
</style>
<sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview7" inkscape:current-layer="svg4489" inkscape:cx="8" inkscape:cy="8" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="480" inkscape:window-maximized="0" inkscape:window-width="796" inkscape:window-x="0" inkscape:window-y="0" inkscape:zoom="14.75" objecttolerance="10" pagecolor="#ffffff" showgrid="false">
</sodipodi:namedview>
<g id="layer1" transform="translate(0,-1106.5197)">
</g>
<path id="path2" inkscape:connector-curvature="0" class="st0" d="M10.7,7H5.3H4.5L8,11l3.5-4H10.7z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg4489" inkscape:version="0.91 r13725" sodipodi:docname="combo-down_disabled.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16"
style="enable-background:new 0 0 16 16;" xml:space="preserve">
<style type="text/css">
.st0{fill-opacity:0.3137;}
</style>
<sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview7" inkscape:current-layer="svg4489" inkscape:cx="8" inkscape:cy="8" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="480" inkscape:window-maximized="0" inkscape:window-width="796" inkscape:window-x="0" inkscape:window-y="0" inkscape:zoom="14.75" objecttolerance="10" pagecolor="#ffffff" showgrid="false">
</sodipodi:namedview>
<g id="layer1" transform="translate(0,-1106.5197)">
</g>
<path id="path2" inkscape:connector-curvature="0" class="st0" d="M10.7,7H5.3H4.5L8,11l3.5-4H10.7z"/>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg4489" inkscape:version="0.91 r13725" sodipodi:docname="combo-down_disabled.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16"
style="enable-background:new 0 0 16 16;" xml:space="preserve">
<style type="text/css">
.st0{fill-opacity:0.3137;}
</style>
<sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview7" inkscape:current-layer="svg4489" inkscape:cx="8" inkscape:cy="8" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="480" inkscape:window-maximized="0" inkscape:window-width="796" inkscape:window-x="0" inkscape:window-y="0" inkscape:zoom="14.75" objecttolerance="10" pagecolor="#ffffff" showgrid="false">
</sodipodi:namedview>
<g id="layer1" transform="translate(0,-1106.5197)">
</g>
<path id="path2" inkscape:connector-curvature="0" class="st0" d="M10.7,7H5.3H4.5L8,11l3.5-4H10.7z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

Before

Width:  |  Height:  |  Size: 883 B

After

Width:  |  Height:  |  Size: 883 B

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -1,21 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg4489" inkscape:version="0.91 r13725" sodipodi:docname="cam_unlock.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 18"
style="enable-background:new 0 0 18 18;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;}
.st1{fill:#303030;fill-opacity:0.7843;stroke:#303030;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:1.4142;}
.st2{fill:#E6E6E6;}
.st3{fill:#303030;}
</style>
<rect id="rect2" x="1" y="17" class="st0" width="1" height="1"/>
<path id="path4509" inkscape:connector-curvature="0" class="st1" d="M13.5,2C11.6,2,10,3.6,10,5.5V7h1V5.5C11,4.1,12.1,3,13.5,3
C14.9,3,16,4.1,16,5.5V7h1V5.5C17,3.6,15.4,2,13.5,2z M4,8v7h9V8H4z"/>
<path id="path4491" inkscape:connector-curvature="0" class="st2" d="M13.5,2C11.6,2,10,3.6,10,5.5V7h1V5.5C11,4.1,12.1,3,13.5,3
C14.9,3,16,4.1,16,5.5V7h1V5.5C17,3.6,15.4,2,13.5,2z"/>
<path id="path4493" inkscape:connector-curvature="0" class="st2" d="M4,8v7h9V8L4,8z"/>
<circle id="path820" class="st3" cx="8.5" cy="10.5" r="1.5"/>
<rect id="rect822" x="7.7" y="11" class="st3" width="1.5" height="3"/>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg4489" inkscape:version="0.91 r13725" sodipodi:docname="cam_unlock.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 18"
style="enable-background:new 0 0 18 18;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;}
.st1{fill:#303030;fill-opacity:0.7843;stroke:#303030;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:1.4142;}
.st2{fill:#E6E6E6;}
.st3{fill:#303030;}
</style>
<rect id="rect2" x="1" y="17" class="st0" width="1" height="1"/>
<path id="path4509" inkscape:connector-curvature="0" class="st1" d="M13.5,2C11.6,2,10,3.6,10,5.5V7h1V5.5C11,4.1,12.1,3,13.5,3
C14.9,3,16,4.1,16,5.5V7h1V5.5C17,3.6,15.4,2,13.5,2z M4,8v7h9V8H4z"/>
<path id="path4491" inkscape:connector-curvature="0" class="st2" d="M13.5,2C11.6,2,10,3.6,10,5.5V7h1V5.5C11,4.1,12.1,3,13.5,3
C14.9,3,16,4.1,16,5.5V7h1V5.5C17,3.6,15.4,2,13.5,2z"/>
<path id="path4493" inkscape:connector-curvature="0" class="st2" d="M4,8v7h9V8L4,8z"/>
<circle id="path820" class="st3" cx="8.5" cy="10.5" r="1.5"/>
<rect id="rect822" x="7.7" y="11" class="st3" width="1.5" height="3"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

Before

Width:  |  Height:  |  Size: 808 B

After

Width:  |  Height:  |  Size: 808 B

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

Before

Width:  |  Height:  |  Size: 872 B

After

Width:  |  Height:  |  Size: 872 B

View file

Before

Width:  |  Height:  |  Size: 794 B

After

Width:  |  Height:  |  Size: 794 B

View file

Before

Width:  |  Height:  |  Size: 786 B

After

Width:  |  Height:  |  Size: 786 B

View file

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg4" inkscape:version="0.91 r13725" sodipodi:docname="scroll-down.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16"
style="enable-background:new 0 0 16 16;" xml:space="preserve">
<style type="text/css">
.st0{fill-opacity:0.7843;}
</style>
<sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview6" inkscape:current-layer="svg4" inkscape:cx="8" inkscape:cy="8" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="480" inkscape:window-maximized="0" inkscape:window-width="796" inkscape:window-x="0" inkscape:window-y="0" inkscape:zoom="14.75" objecttolerance="10" pagecolor="#ffffff" showgrid="false">
</sodipodi:namedview>
<path id="path2" inkscape:connector-curvature="0" class="st0" d="M10.7,6H5.3H4.5L8,10l3.5-4H10.7z"/>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg4" inkscape:version="0.91 r13725" sodipodi:docname="scroll-down.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16"
style="enable-background:new 0 0 16 16;" xml:space="preserve">
<style type="text/css">
.st0{fill-opacity:0.7843;}
</style>
<sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview6" inkscape:current-layer="svg4" inkscape:cx="8" inkscape:cy="8" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="480" inkscape:window-maximized="0" inkscape:window-width="796" inkscape:window-x="0" inkscape:window-y="0" inkscape:zoom="14.75" objecttolerance="10" pagecolor="#ffffff" showgrid="false">
</sodipodi:namedview>
<path id="path2" inkscape:connector-curvature="0" class="st0" d="M10.7,6H5.3H4.5L8,10l3.5-4H10.7z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg4" inkscape:version="0.91 r13725" sodipodi:docname="scroll-left.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16"
style="enable-background:new 0 0 16 16;" xml:space="preserve">
<style type="text/css">
.st0{fill-opacity:0.7843;}
</style>
<sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview6" inkscape:current-layer="svg4" inkscape:cx="8" inkscape:cy="8" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="480" inkscape:window-maximized="0" inkscape:window-width="796" inkscape:window-x="0" inkscape:window-y="0" inkscape:zoom="14.75" objecttolerance="10" pagecolor="#ffffff" showgrid="false">
</sodipodi:namedview>
<path id="path2" inkscape:connector-curvature="0" class="st0" d="M10,10.7V5.3V4.5L6,8l4,3.5V10.7z"/>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg4" inkscape:version="0.91 r13725" sodipodi:docname="scroll-left.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16"
style="enable-background:new 0 0 16 16;" xml:space="preserve">
<style type="text/css">
.st0{fill-opacity:0.7843;}
</style>
<sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview6" inkscape:current-layer="svg4" inkscape:cx="8" inkscape:cy="8" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="480" inkscape:window-maximized="0" inkscape:window-width="796" inkscape:window-x="0" inkscape:window-y="0" inkscape:zoom="14.75" objecttolerance="10" pagecolor="#ffffff" showgrid="false">
</sodipodi:namedview>
<path id="path2" inkscape:connector-curvature="0" class="st0" d="M10,10.7V5.3V4.5L6,8l4,3.5V10.7z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg4" inkscape:version="0.91 r13725" sodipodi:docname="scroll-right.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16"
style="enable-background:new 0 0 16 16;" xml:space="preserve">
<style type="text/css">
.st0{fill-opacity:0.7843;}
</style>
<sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview6" inkscape:current-layer="svg4" inkscape:cx="8" inkscape:cy="8" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="480" inkscape:window-maximized="0" inkscape:window-width="796" inkscape:window-x="0" inkscape:window-y="0" inkscape:zoom="14.75" objecttolerance="10" pagecolor="#ffffff" showgrid="false">
</sodipodi:namedview>
<path id="path2" inkscape:connector-curvature="0" class="st0" d="M6,5.3v5.4v0.8L10,8L6,4.5V5.3z"/>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg4" inkscape:version="0.91 r13725" sodipodi:docname="scroll-right.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16"
style="enable-background:new 0 0 16 16;" xml:space="preserve">
<style type="text/css">
.st0{fill-opacity:0.7843;}
</style>
<sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview6" inkscape:current-layer="svg4" inkscape:cx="8" inkscape:cy="8" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="480" inkscape:window-maximized="0" inkscape:window-width="796" inkscape:window-x="0" inkscape:window-y="0" inkscape:zoom="14.75" objecttolerance="10" pagecolor="#ffffff" showgrid="false">
</sodipodi:namedview>
<path id="path2" inkscape:connector-curvature="0" class="st0" d="M6,5.3v5.4v0.8L10,8L6,4.5V5.3z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg4" inkscape:version="0.91 r13725" sodipodi:docname="scroll-up.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16"
style="enable-background:new 0 0 16 16;" xml:space="preserve">
<style type="text/css">
.st0{fill-opacity:0.7843;}
</style>
<sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview6" inkscape:current-layer="svg4" inkscape:cx="8" inkscape:cy="8" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="480" inkscape:window-maximized="0" inkscape:window-width="796" inkscape:window-x="0" inkscape:window-y="0" inkscape:zoom="14.75" objecttolerance="10" pagecolor="#ffffff" showgrid="false">
</sodipodi:namedview>
<path id="path2" inkscape:connector-curvature="0" class="st0" d="M10.7,10H5.3H4.5L8,6l3.5,4H10.7z"/>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg4" inkscape:version="0.91 r13725" sodipodi:docname="scroll-up.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16"
style="enable-background:new 0 0 16 16;" xml:space="preserve">
<style type="text/css">
.st0{fill-opacity:0.7843;}
</style>
<sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview6" inkscape:current-layer="svg4" inkscape:cx="8" inkscape:cy="8" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="480" inkscape:window-maximized="0" inkscape:window-width="796" inkscape:window-x="0" inkscape:window-y="0" inkscape:zoom="14.75" objecttolerance="10" pagecolor="#ffffff" showgrid="false">
</sodipodi:namedview>
<path id="path2" inkscape:connector-curvature="0" class="st0" d="M10.7,10H5.3H4.5L8,6l3.5,4H10.7z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

View file

Before

Width:  |  Height:  |  Size: 965 B

After

Width:  |  Height:  |  Size: 965 B

View file

Before

Width:  |  Height:  |  Size: 901 B

After

Width:  |  Height:  |  Size: 901 B

View file

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View file

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

Before

Width:  |  Height:  |  Size: 930 B

After

Width:  |  Height:  |  Size: 930 B

View file

Before

Width:  |  Height:  |  Size: 1,021 B

After

Width:  |  Height:  |  Size: 1,021 B

View file

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

View file

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

Before

Width:  |  Height:  |  Size: 982 B

After

Width:  |  Height:  |  Size: 982 B

View file

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

Before

Width:  |  Height:  |  Size: 987 B

After

Width:  |  Height:  |  Size: 987 B

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

Before

Width:  |  Height:  |  Size: 569 B

After

Width:  |  Height:  |  Size: 569 B

View file

Before

Width:  |  Height:  |  Size: 588 B

After

Width:  |  Height:  |  Size: 588 B

View file

Before

Width:  |  Height:  |  Size: 590 B

After

Width:  |  Height:  |  Size: 590 B

View file

Before

Width:  |  Height:  |  Size: 607 B

After

Width:  |  Height:  |  Size: 607 B

View file

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg4489" inkscape:version="0.91 r13725" sodipodi:docname="combo-down.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16"
style="enable-background:new 0 0 16 16;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;fill-opacity:0.7843;}
</style>
<sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview7" inkscape:current-layer="svg4489" inkscape:cx="8" inkscape:cy="8" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="480" inkscape:window-maximized="0" inkscape:window-width="796" inkscape:window-x="0" inkscape:window-y="0" inkscape:zoom="14.75" objecttolerance="10" pagecolor="#ffffff" showgrid="false">
</sodipodi:namedview>
<g id="layer1" transform="translate(0,-1106.5197)">
</g>
<path id="path2" inkscape:connector-curvature="0" class="st0" d="M10.7,7H5.3H4.5L8,11l3.5-4H10.7z"/>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg4489" inkscape:version="0.91 r13725" sodipodi:docname="combo-down.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16"
style="enable-background:new 0 0 16 16;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;fill-opacity:0.7843;}
</style>
<sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview7" inkscape:current-layer="svg4489" inkscape:cx="8" inkscape:cy="8" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="480" inkscape:window-maximized="0" inkscape:window-width="796" inkscape:window-x="0" inkscape:window-y="0" inkscape:zoom="14.75" objecttolerance="10" pagecolor="#ffffff" showgrid="false">
</sodipodi:namedview>
<g id="layer1" transform="translate(0,-1106.5197)">
</g>
<path id="path2" inkscape:connector-curvature="0" class="st0" d="M10.7,7H5.3H4.5L8,11l3.5-4H10.7z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg4489" inkscape:version="0.91 r13725" sodipodi:docname="combo-down_disabled.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16"
style="enable-background:new 0 0 16 16;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;fill-opacity:0.3137;}
</style>
<sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview7" inkscape:current-layer="svg4489" inkscape:cx="8" inkscape:cy="8" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="480" inkscape:window-maximized="0" inkscape:window-width="796" inkscape:window-x="0" inkscape:window-y="0" inkscape:zoom="14.75" objecttolerance="10" pagecolor="#ffffff" showgrid="false">
</sodipodi:namedview>
<g id="layer1" transform="translate(0,-1106.5197)">
</g>
<path id="path2" inkscape:connector-curvature="0" class="st0" d="M10.7,7H5.3H4.5L8,11l3.5-4H10.7z"/>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg4489" inkscape:version="0.91 r13725" sodipodi:docname="combo-down_disabled.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16"
style="enable-background:new 0 0 16 16;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;fill-opacity:0.3137;}
</style>
<sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview7" inkscape:current-layer="svg4489" inkscape:cx="8" inkscape:cy="8" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="480" inkscape:window-maximized="0" inkscape:window-width="796" inkscape:window-x="0" inkscape:window-y="0" inkscape:zoom="14.75" objecttolerance="10" pagecolor="#ffffff" showgrid="false">
</sodipodi:namedview>
<g id="layer1" transform="translate(0,-1106.5197)">
</g>
<path id="path2" inkscape:connector-curvature="0" class="st0" d="M10.7,7H5.3H4.5L8,11l3.5-4H10.7z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

Before

Width:  |  Height:  |  Size: 886 B

After

Width:  |  Height:  |  Size: 886 B

View file

Before

Width:  |  Height:  |  Size: 891 B

After

Width:  |  Height:  |  Size: 891 B

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -1,20 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg6" inkscape:version="0.91 r13725" sodipodi:docname="layer_header_prev_eye.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 18"
style="enable-background:new 0 0 18 18;" xml:space="preserve">
<style type="text/css">
.st0{fill:#E6E6E6;stroke:#303030;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:1.4142;}
.st1{fill:#E6E6E6;}
.st2{fill:#303030;}
</style>
<sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview9" inkscape:current-layer="svg6" inkscape:cx="9" inkscape:cy="9" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="480" inkscape:window-maximized="0" inkscape:window-width="796" inkscape:window-x="0" inkscape:window-y="0" inkscape:zoom="13.111111" objecttolerance="10" pagecolor="#ffffff" showgrid="false">
</sodipodi:namedview>
<path id="path821" inkscape:connector-curvature="0" class="st0" d="M2,9.6c0,0,2.6-4.5,7-4.5s7,4.5,7,4.5s-2.6,4.5-7,4.5
S2,9.6,2,9.6z"/>
<path id="path832" inkscape:connector-curvature="0" class="st1" d="M2,9.6c0,0,2.6-4.5,7-4.5s7,4.5,7,4.5s-2.6,4.5-7,4.5
S2,9.6,2,9.6z"/>
<ellipse id="path21" class="st2" cx="9" cy="9.6" rx="3.5" ry="3.6"/>
<circle id="path1450" class="st1" cx="8" cy="8.6" r="1.5"/>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg6" inkscape:version="0.91 r13725" sodipodi:docname="layer_header_prev_eye.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 18"
style="enable-background:new 0 0 18 18;" xml:space="preserve">
<style type="text/css">
.st0{fill:#E6E6E6;stroke:#303030;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:1.4142;}
.st1{fill:#E6E6E6;}
.st2{fill:#303030;}
</style>
<sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview9" inkscape:current-layer="svg6" inkscape:cx="9" inkscape:cy="9" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="480" inkscape:window-maximized="0" inkscape:window-width="796" inkscape:window-x="0" inkscape:window-y="0" inkscape:zoom="13.111111" objecttolerance="10" pagecolor="#ffffff" showgrid="false">
</sodipodi:namedview>
<path id="path821" inkscape:connector-curvature="0" class="st0" d="M2,9.6c0,0,2.6-4.5,7-4.5s7,4.5,7,4.5s-2.6,4.5-7,4.5
S2,9.6,2,9.6z"/>
<path id="path832" inkscape:connector-curvature="0" class="st1" d="M2,9.6c0,0,2.6-4.5,7-4.5s7,4.5,7,4.5s-2.6,4.5-7,4.5
S2,9.6,2,9.6z"/>
<ellipse id="path21" class="st2" cx="9" cy="9.6" rx="3.5" ry="3.6"/>
<circle id="path1450" class="st1" cx="8" cy="8.6" r="1.5"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -1,21 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg4489" inkscape:version="0.91 r13725" sodipodi:docname="cam_unlock.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 18"
style="enable-background:new 0 0 18 18;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;}
.st1{fill:#303030;fill-opacity:0.7843;stroke:#303030;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:1.4142;}
.st2{fill:#E6E6E6;}
.st3{fill:#303030;}
</style>
<rect id="rect2" x="1" y="17" class="st0" width="1" height="1"/>
<path id="path4509" inkscape:connector-curvature="0" class="st1" d="M13.5,2C11.6,2,10,3.6,10,5.5V7h1V5.5C11,4.1,12.1,3,13.5,3
C14.9,3,16,4.1,16,5.5V7h1V5.5C17,3.6,15.4,2,13.5,2z M4,8v7h9V8H4z"/>
<path id="path4491" inkscape:connector-curvature="0" class="st2" d="M13.5,2C11.6,2,10,3.6,10,5.5V7h1V5.5C11,4.1,12.1,3,13.5,3
C14.9,3,16,4.1,16,5.5V7h1V5.5C17,3.6,15.4,2,13.5,2z"/>
<path id="path4493" inkscape:connector-curvature="0" class="st2" d="M4,8v7h9V8L4,8z"/>
<circle id="path820" class="st3" cx="8.5" cy="10.5" r="1.5"/>
<rect id="rect822" x="7.7" y="11" class="st3" width="1.5" height="3"/>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg4489" inkscape:version="0.91 r13725" sodipodi:docname="cam_unlock.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 18"
style="enable-background:new 0 0 18 18;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;}
.st1{fill:#303030;fill-opacity:0.7843;stroke:#303030;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:1.4142;}
.st2{fill:#E6E6E6;}
.st3{fill:#303030;}
</style>
<rect id="rect2" x="1" y="17" class="st0" width="1" height="1"/>
<path id="path4509" inkscape:connector-curvature="0" class="st1" d="M13.5,2C11.6,2,10,3.6,10,5.5V7h1V5.5C11,4.1,12.1,3,13.5,3
C14.9,3,16,4.1,16,5.5V7h1V5.5C17,3.6,15.4,2,13.5,2z M4,8v7h9V8H4z"/>
<path id="path4491" inkscape:connector-curvature="0" class="st2" d="M13.5,2C11.6,2,10,3.6,10,5.5V7h1V5.5C11,4.1,12.1,3,13.5,3
C14.9,3,16,4.1,16,5.5V7h1V5.5C17,3.6,15.4,2,13.5,2z"/>
<path id="path4493" inkscape:connector-curvature="0" class="st2" d="M4,8v7h9V8L4,8z"/>
<circle id="path820" class="st3" cx="8.5" cy="10.5" r="1.5"/>
<rect id="rect822" x="7.7" y="11" class="st3" width="1.5" height="3"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

Before

Width:  |  Height:  |  Size: 841 B

After

Width:  |  Height:  |  Size: 841 B

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

Before

Width:  |  Height:  |  Size: 874 B

After

Width:  |  Height:  |  Size: 874 B

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

Before

Width:  |  Height:  |  Size: 793 B

After

Width:  |  Height:  |  Size: 793 B

View file

Before

Width:  |  Height:  |  Size: 838 B

After

Width:  |  Height:  |  Size: 838 B

View file

Before

Width:  |  Height:  |  Size: 760 B

After

Width:  |  Height:  |  Size: 760 B

View file

Before

Width:  |  Height:  |  Size: 794 B

After

Width:  |  Height:  |  Size: 794 B

Some files were not shown because too many files have changed in this diff Show more