diff options
Diffstat (limited to 'src')
71 files changed, 37 insertions, 27 deletions
diff --git a/src/aboutdialog.ui b/src/aboutdialog.ui index a4250547..d23afa85 100644 --- a/src/aboutdialog.ui +++ b/src/aboutdialog.ui @@ -127,7 +127,7 @@ <item>
<widget class="QLabel" name="label_3">
<property name="text">
- <string notr="true"><html><head/><body><p>Copyright © 2011-2016 Sebastian Herbord<br/>Copyright © 2016-2021 Mod Organizer 2 Contributors</p></body></html></string>
+ <string notr="true"><html><head/><body><p>Copyright © 2011-2016 Sebastian Herbord<br/>Copyright © 2016-2023 Mod Organizer 2 Contributors</p></body></html></string>
</property>
</widget>
</item>
diff --git a/src/stylesheets/Night Eyes.qss b/src/stylesheets/Night Eyes.qss index 78a5d443..f5e37a15 100644 --- a/src/stylesheets/Night Eyes.qss +++ b/src/stylesheets/Night Eyes.qss @@ -1,4 +1,4 @@ -/* Night Eyes theme v1.0.1 for Mod Organizer 2 by Ciathyza */ +/* Night Eyes theme v1.2.0 for Mod Organizer 2 by Ciathyza */ /* https://github.com/ciathyza/mo2-themes */ /* Main Window ---------------------------------------------------------------- */ @@ -23,22 +23,21 @@ QMainWindow::separator QAbstractItemView { background: #141414; - alternate-background-color: #1A1A1A; + alternate-background-color: #141414; show-decoration-selected: 1; - selection-background-color: #251100; - selection-color: #AAAAAA; + selection-background-color: #001133; + selection-color: #0099EE; } QAbstractItemView::item:hover { - background: #242424; - color: #FFCC88; + color: #FFFFFF; } QAbstractItemView::item:selected { - background: #251100; - color: #FFCC88; + background: #001133; + color: #0099EE; } QAbstractScrollArea::corner @@ -54,6 +53,7 @@ LinkLabel qproperty-linkColor: #3399FF; } + /* Toolbar -------------------------------------------------------------------- */ QToolBar @@ -99,20 +99,20 @@ QTreeView QTreeView::branch:hover { - background: #242424; - color: #FFCC88; + background: #181818; + color: #FFFFFF; } QTreeView::branch:selected { - background: #251100; - color: #FFCC88; + background: #001133; + color: #0099EE; } QTreeView::item:selected { - background: #251100; - color: #FFCC88; + background: #001133; + color: #0099EE; } QTreeView::branch:has-children:!has-siblings:closed, @@ -142,8 +142,8 @@ QListView::item:hover QListView::item:selected { - background: #251100; - color: #FFCC88; + background: #001133; + color: #0099EE; } QTextEdit @@ -397,6 +397,7 @@ QHeaderView background: #181818; } +/* Table View Tab Headers */ QHeaderView::section { background: #141414; @@ -435,12 +436,14 @@ QHeaderView::down-arrow /* Context Menus, Toolbar Dropdowns, & Tooltips ------------------------------- */ -QMenuBar { +QMenuBar +{ background: #181818; border: 1px solid #181818; } -QMenuBar::item:selected { +QMenuBar::item:selected +{ background: #242424; color: #FFCC88; } @@ -492,6 +495,7 @@ QToolTip QStatusBar::item {border: None;} + /* Progress Bars (Downloads) -------------------------------------------------- */ QProgressBar @@ -632,13 +636,13 @@ QListWidget::item#executablesListBox QWidget#downloadTab QAbstractScrollArea { /* background of the entire downloads tab */ - background: #242424; + background: #141414; } DownloadListView QFrame { /* an entry on the Downloads tab */ - background: #141414; + background: #181818; } DownloadListView QFrame#frame @@ -659,19 +663,23 @@ DownloadListView QFrame:clicked /* compact downloads view */ -DownloadListView[downloadView=standard]::item { +DownloadListView[downloadView=standard]::item +{ padding: 16px; } -DownloadListView[downloadView=compact]::item { +DownloadListView[downloadView=compact]::item +{ padding: 4px; } -DownloadListView::item:hover { +DownloadListView::item:hover +{ padding: 0px; } -DownloadListView::item:selected { +DownloadListView::item:selected +{ padding: 0px; } @@ -683,10 +691,12 @@ QProgressBar margin: 0px; } -QAbstractItemView[filtered=true] { +QAbstractItemView[filtered=true] +{ border: 2px solid #f00 !important; } -QLineEdit[valid-filter=false] { +QLineEdit[valid-filter=false] +{ background-color: #661111 !important; } diff --git a/src/stylesheets/Transparent-Style/Background-skyrim.png b/src/stylesheets/Transparent-Style/Background-skyrim.png Binary files differdeleted file mode 100644 index 78a82f08..00000000 --- a/src/stylesheets/Transparent-Style/Background-skyrim.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Fallout-BOS.png b/src/stylesheets/Transparent-Style/Fallout-BOS.png Binary files differdeleted file mode 100644 index c8585355..00000000 --- a/src/stylesheets/Transparent-Style/Fallout-BOS.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/Vault-101-item-end.png b/src/stylesheets/Transparent-Style/Green/Vault-101-item-end.png Binary files differdeleted file mode 100644 index 5b86f728..00000000 --- a/src/stylesheets/Transparent-Style/Green/Vault-101-item-end.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/Vault-101-item-line-v.png b/src/stylesheets/Transparent-Style/Green/Vault-101-item-line-v.png Binary files differdeleted file mode 100644 index 17c37a0b..00000000 --- a/src/stylesheets/Transparent-Style/Green/Vault-101-item-line-v.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/Vault-101-itemB-close-last.png b/src/stylesheets/Transparent-Style/Green/Vault-101-itemB-close-last.png Binary files differdeleted file mode 100644 index 5582f311..00000000 --- a/src/stylesheets/Transparent-Style/Green/Vault-101-itemB-close-last.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/Vault-101-itemB-end.png b/src/stylesheets/Transparent-Style/Green/Vault-101-itemB-end.png Binary files differdeleted file mode 100644 index d2044a86..00000000 --- a/src/stylesheets/Transparent-Style/Green/Vault-101-itemB-end.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/Vault-101-itemB-line.png b/src/stylesheets/Transparent-Style/Green/Vault-101-itemB-line.png Binary files differdeleted file mode 100644 index f2b49eba..00000000 --- a/src/stylesheets/Transparent-Style/Green/Vault-101-itemB-line.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/Vault-101-itemB-open-last.png b/src/stylesheets/Transparent-Style/Green/Vault-101-itemB-open-last.png Binary files differdeleted file mode 100644 index 01b37ebc..00000000 --- a/src/stylesheets/Transparent-Style/Green/Vault-101-itemB-open-last.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/Vault-101-itemb-close.png b/src/stylesheets/Transparent-Style/Green/Vault-101-itemb-close.png Binary files differdeleted file mode 100644 index f7011114..00000000 --- a/src/stylesheets/Transparent-Style/Green/Vault-101-itemb-close.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/Vault-101-itemb-open.png b/src/stylesheets/Transparent-Style/Green/Vault-101-itemb-open.png Binary files differdeleted file mode 100644 index c8b6c4d4..00000000 --- a/src/stylesheets/Transparent-Style/Green/Vault-101-itemb-open.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/Vault-101-vault-boy.png b/src/stylesheets/Transparent-Style/Green/Vault-101-vault-boy.png Binary files differdeleted file mode 100644 index dda4af38..00000000 --- a/src/stylesheets/Transparent-Style/Green/Vault-101-vault-boy.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/arrow-down.png b/src/stylesheets/Transparent-Style/Green/arrow-down.png Binary files differdeleted file mode 100644 index 48be99c2..00000000 --- a/src/stylesheets/Transparent-Style/Green/arrow-down.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/arrow-left.png b/src/stylesheets/Transparent-Style/Green/arrow-left.png Binary files differdeleted file mode 100644 index 74a96795..00000000 --- a/src/stylesheets/Transparent-Style/Green/arrow-left.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/arrow-right.png b/src/stylesheets/Transparent-Style/Green/arrow-right.png Binary files differdeleted file mode 100644 index 144605c4..00000000 --- a/src/stylesheets/Transparent-Style/Green/arrow-right.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/arrow-up.png b/src/stylesheets/Transparent-Style/Green/arrow-up.png Binary files differdeleted file mode 100644 index 191c83ce..00000000 --- a/src/stylesheets/Transparent-Style/Green/arrow-up.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/border-image.png b/src/stylesheets/Transparent-Style/Green/border-image.png Binary files differdeleted file mode 100644 index a1f98702..00000000 --- a/src/stylesheets/Transparent-Style/Green/border-image.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/checkbox-checked-disabled.png b/src/stylesheets/Transparent-Style/Green/checkbox-checked-disabled.png Binary files differdeleted file mode 100644 index 098158d0..00000000 --- a/src/stylesheets/Transparent-Style/Green/checkbox-checked-disabled.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/checkbox-checked-hover.png b/src/stylesheets/Transparent-Style/Green/checkbox-checked-hover.png Binary files differdeleted file mode 100644 index 0e1f8be1..00000000 --- a/src/stylesheets/Transparent-Style/Green/checkbox-checked-hover.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/checkbox-checked-hover1.png b/src/stylesheets/Transparent-Style/Green/checkbox-checked-hover1.png Binary files differdeleted file mode 100644 index 413cb2af..00000000 --- a/src/stylesheets/Transparent-Style/Green/checkbox-checked-hover1.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/checkbox-checked-hover2.png b/src/stylesheets/Transparent-Style/Green/checkbox-checked-hover2.png Binary files differdeleted file mode 100644 index bea563f0..00000000 --- a/src/stylesheets/Transparent-Style/Green/checkbox-checked-hover2.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/checkbox-checked.png b/src/stylesheets/Transparent-Style/Green/checkbox-checked.png Binary files differdeleted file mode 100644 index 7d0e94c9..00000000 --- a/src/stylesheets/Transparent-Style/Green/checkbox-checked.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/checkbox-hover.png b/src/stylesheets/Transparent-Style/Green/checkbox-hover.png Binary files differdeleted file mode 100644 index 7e226e41..00000000 --- a/src/stylesheets/Transparent-Style/Green/checkbox-hover.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/checkbox.png b/src/stylesheets/Transparent-Style/Green/checkbox.png Binary files differdeleted file mode 100644 index 74b446c1..00000000 --- a/src/stylesheets/Transparent-Style/Green/checkbox.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/context-menu-separator.png b/src/stylesheets/Transparent-Style/Green/context-menu-separator.png Binary files differdeleted file mode 100644 index 60248313..00000000 --- a/src/stylesheets/Transparent-Style/Green/context-menu-separator.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/radio-checked.png b/src/stylesheets/Transparent-Style/Green/radio-checked.png Binary files differdeleted file mode 100644 index 5fd9f6f7..00000000 --- a/src/stylesheets/Transparent-Style/Green/radio-checked.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/radio-hover.png b/src/stylesheets/Transparent-Style/Green/radio-hover.png Binary files differdeleted file mode 100644 index 42b31aee..00000000 --- a/src/stylesheets/Transparent-Style/Green/radio-hover.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/radio.png b/src/stylesheets/Transparent-Style/Green/radio.png Binary files differdeleted file mode 100644 index 55d09b4d..00000000 --- a/src/stylesheets/Transparent-Style/Green/radio.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/vault-101.png b/src/stylesheets/Transparent-Style/Green/vault-101.png Binary files differdeleted file mode 100644 index 8c311042..00000000 --- a/src/stylesheets/Transparent-Style/Green/vault-101.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/vault-tec-executables.png b/src/stylesheets/Transparent-Style/Green/vault-tec-executables.png Binary files differdeleted file mode 100644 index 30f6eba0..00000000 --- a/src/stylesheets/Transparent-Style/Green/vault-tec-executables.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/vault-tec-full.png b/src/stylesheets/Transparent-Style/Green/vault-tec-full.png Binary files differdeleted file mode 100644 index f79213c9..00000000 --- a/src/stylesheets/Transparent-Style/Green/vault-tec-full.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/vault-tec-overwrite.png b/src/stylesheets/Transparent-Style/Green/vault-tec-overwrite.png Binary files differdeleted file mode 100644 index a61482ff..00000000 --- a/src/stylesheets/Transparent-Style/Green/vault-tec-overwrite.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/vault-tec-profiles.png b/src/stylesheets/Transparent-Style/Green/vault-tec-profiles.png Binary files differdeleted file mode 100644 index 5a121b06..00000000 --- a/src/stylesheets/Transparent-Style/Green/vault-tec-profiles.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/vault-tec-settings.png b/src/stylesheets/Transparent-Style/Green/vault-tec-settings.png Binary files differdeleted file mode 100644 index d6a43c85..00000000 --- a/src/stylesheets/Transparent-Style/Green/vault-tec-settings.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/vault-tec-small.png b/src/stylesheets/Transparent-Style/Green/vault-tec-small.png Binary files differdeleted file mode 100644 index 999de531..00000000 --- a/src/stylesheets/Transparent-Style/Green/vault-tec-small.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Green/vault-tec.png b/src/stylesheets/Transparent-Style/Green/vault-tec.png Binary files differdeleted file mode 100644 index 809486e6..00000000 --- a/src/stylesheets/Transparent-Style/Green/vault-tec.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Vault-101-item-end.png b/src/stylesheets/Transparent-Style/Vault-101-item-end.png Binary files differdeleted file mode 100644 index 744e88d9..00000000 --- a/src/stylesheets/Transparent-Style/Vault-101-item-end.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Vault-101-item-line-v.png b/src/stylesheets/Transparent-Style/Vault-101-item-line-v.png Binary files differdeleted file mode 100644 index 48453ee6..00000000 --- a/src/stylesheets/Transparent-Style/Vault-101-item-line-v.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Vault-101-itemB-close-last.png b/src/stylesheets/Transparent-Style/Vault-101-itemB-close-last.png Binary files differdeleted file mode 100644 index 930a3a04..00000000 --- a/src/stylesheets/Transparent-Style/Vault-101-itemB-close-last.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Vault-101-itemB-end.png b/src/stylesheets/Transparent-Style/Vault-101-itemB-end.png Binary files differdeleted file mode 100644 index 6eb0db48..00000000 --- a/src/stylesheets/Transparent-Style/Vault-101-itemB-end.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Vault-101-itemB-line.png b/src/stylesheets/Transparent-Style/Vault-101-itemB-line.png Binary files differdeleted file mode 100644 index 86c503b3..00000000 --- a/src/stylesheets/Transparent-Style/Vault-101-itemB-line.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Vault-101-itemB-open-last.png b/src/stylesheets/Transparent-Style/Vault-101-itemB-open-last.png Binary files differdeleted file mode 100644 index 3037addd..00000000 --- a/src/stylesheets/Transparent-Style/Vault-101-itemB-open-last.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Vault-101-itemb-close - Copy (2).png b/src/stylesheets/Transparent-Style/Vault-101-itemb-close - Copy (2).png Binary files differdeleted file mode 100644 index fcc44dd0..00000000 --- a/src/stylesheets/Transparent-Style/Vault-101-itemb-close - Copy (2).png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Vault-101-itemb-close - Copy (3).png b/src/stylesheets/Transparent-Style/Vault-101-itemb-close - Copy (3).png Binary files differdeleted file mode 100644 index f9960221..00000000 --- a/src/stylesheets/Transparent-Style/Vault-101-itemb-close - Copy (3).png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Vault-101-itemb-close.png b/src/stylesheets/Transparent-Style/Vault-101-itemb-close.png Binary files differdeleted file mode 100644 index 29a68878..00000000 --- a/src/stylesheets/Transparent-Style/Vault-101-itemb-close.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Vault-101-itemb-open.png b/src/stylesheets/Transparent-Style/Vault-101-itemb-open.png Binary files differdeleted file mode 100644 index 3359205e..00000000 --- a/src/stylesheets/Transparent-Style/Vault-101-itemb-open.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/Vault-BOS-Main.png b/src/stylesheets/Transparent-Style/Vault-BOS-Main.png Binary files differdeleted file mode 100644 index e30609df..00000000 --- a/src/stylesheets/Transparent-Style/Vault-BOS-Main.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/arrow-down-hover.png b/src/stylesheets/Transparent-Style/arrow-down-hover.png Binary files differdeleted file mode 100644 index 3d53c1a0..00000000 --- a/src/stylesheets/Transparent-Style/arrow-down-hover.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/arrow-down-small.png b/src/stylesheets/Transparent-Style/arrow-down-small.png Binary files differdeleted file mode 100644 index a61d70e5..00000000 --- a/src/stylesheets/Transparent-Style/arrow-down-small.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/arrow-down.png b/src/stylesheets/Transparent-Style/arrow-down.png Binary files differdeleted file mode 100644 index 41232bb4..00000000 --- a/src/stylesheets/Transparent-Style/arrow-down.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/arrow-left-hover.png b/src/stylesheets/Transparent-Style/arrow-left-hover.png Binary files differdeleted file mode 100644 index 9bd9aa1e..00000000 --- a/src/stylesheets/Transparent-Style/arrow-left-hover.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/arrow-left.png b/src/stylesheets/Transparent-Style/arrow-left.png Binary files differdeleted file mode 100644 index ec965b2b..00000000 --- a/src/stylesheets/Transparent-Style/arrow-left.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/arrow-right-hover.png b/src/stylesheets/Transparent-Style/arrow-right-hover.png Binary files differdeleted file mode 100644 index 3df981c2..00000000 --- a/src/stylesheets/Transparent-Style/arrow-right-hover.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/arrow-right-small.png b/src/stylesheets/Transparent-Style/arrow-right-small.png Binary files differdeleted file mode 100644 index 1c4cb237..00000000 --- a/src/stylesheets/Transparent-Style/arrow-right-small.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/arrow-right.png b/src/stylesheets/Transparent-Style/arrow-right.png Binary files differdeleted file mode 100644 index 935f1b7a..00000000 --- a/src/stylesheets/Transparent-Style/arrow-right.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/arrow-up-hover.png b/src/stylesheets/Transparent-Style/arrow-up-hover.png Binary files differdeleted file mode 100644 index 9fc94dc4..00000000 --- a/src/stylesheets/Transparent-Style/arrow-up-hover.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/arrow-up.png b/src/stylesheets/Transparent-Style/arrow-up.png Binary files differdeleted file mode 100644 index 797fb740..00000000 --- a/src/stylesheets/Transparent-Style/arrow-up.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/carbonfiber.png b/src/stylesheets/Transparent-Style/carbonfiber.png Binary files differdeleted file mode 100644 index 8f92238e..00000000 --- a/src/stylesheets/Transparent-Style/carbonfiber.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/checkbox-checked-disabled.png b/src/stylesheets/Transparent-Style/checkbox-checked-disabled.png Binary files differdeleted file mode 100644 index c781b2a3..00000000 --- a/src/stylesheets/Transparent-Style/checkbox-checked-disabled.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/checkbox-checked-hover.png b/src/stylesheets/Transparent-Style/checkbox-checked-hover.png Binary files differdeleted file mode 100644 index 6f275c3e..00000000 --- a/src/stylesheets/Transparent-Style/checkbox-checked-hover.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/checkbox-checked.png b/src/stylesheets/Transparent-Style/checkbox-checked.png Binary files differdeleted file mode 100644 index 4c2d1d77..00000000 --- a/src/stylesheets/Transparent-Style/checkbox-checked.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/checkbox-hover.png b/src/stylesheets/Transparent-Style/checkbox-hover.png Binary files differdeleted file mode 100644 index 7fce9dd8..00000000 --- a/src/stylesheets/Transparent-Style/checkbox-hover.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/checkbox.png b/src/stylesheets/Transparent-Style/checkbox.png Binary files differdeleted file mode 100644 index 32d6d5b0..00000000 --- a/src/stylesheets/Transparent-Style/checkbox.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/narrow-arrow-down.png b/src/stylesheets/Transparent-Style/narrow-arrow-down.png Binary files differdeleted file mode 100644 index b1bbdf57..00000000 --- a/src/stylesheets/Transparent-Style/narrow-arrow-down.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/narrow-arrow-left.png b/src/stylesheets/Transparent-Style/narrow-arrow-left.png Binary files differdeleted file mode 100644 index 5fad0dc4..00000000 --- a/src/stylesheets/Transparent-Style/narrow-arrow-left.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/narrow-arrow-right.png b/src/stylesheets/Transparent-Style/narrow-arrow-right.png Binary files differdeleted file mode 100644 index 982a100f..00000000 --- a/src/stylesheets/Transparent-Style/narrow-arrow-right.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/narrow-arrow-up.png b/src/stylesheets/Transparent-Style/narrow-arrow-up.png Binary files differdeleted file mode 100644 index 62006d20..00000000 --- a/src/stylesheets/Transparent-Style/narrow-arrow-up.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/radio-BOS-checked.png b/src/stylesheets/Transparent-Style/radio-BOS-checked.png Binary files differdeleted file mode 100644 index 4c2d1d77..00000000 --- a/src/stylesheets/Transparent-Style/radio-BOS-checked.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/radio-BOS-hover.png b/src/stylesheets/Transparent-Style/radio-BOS-hover.png Binary files differdeleted file mode 100644 index 7d7ae49c..00000000 --- a/src/stylesheets/Transparent-Style/radio-BOS-hover.png +++ /dev/null diff --git a/src/stylesheets/Transparent-Style/radio-BOS.png b/src/stylesheets/Transparent-Style/radio-BOS.png Binary files differdeleted file mode 100644 index 6f275c3e..00000000 --- a/src/stylesheets/Transparent-Style/radio-BOS.png +++ /dev/null |
