diff --git a/res.qrc b/res.qrc index 1fec1b582..a456ef668 100644 --- a/res.qrc +++ b/res.qrc @@ -80,7 +80,6 @@ themes/dark/emoticonWidget/dot_page_current.svg themes/dark/emoticonWidget/dot_page_hover.svg themes/dark/emoticonWidget/emoticonWidget.css - themes/dark/fileTransferWidget/fileTransferWidget.css themes/dark/friendList/friendList.css themes/dark/msgEdit/msgEdit.css themes/dark/settings/mainContent.css @@ -145,7 +144,6 @@ themes/default/emoticonWidget/dot_page_current.svg themes/default/emoticonWidget/dot_page_hover.svg themes/default/emoticonWidget/emoticonWidget.css - themes/default/fileTransferWidget/fileTransferWidget.css themes/default/friendList/friendList.css themes/default/msgEdit/msgEdit.css themes/default/settings/mainContent.css diff --git a/themes/dark/fileTransferWidget/fileTransferWidget.css b/themes/dark/fileTransferWidget/fileTransferWidget.css deleted file mode 100644 index ab306fb9c..000000000 --- a/themes/dark/fileTransferWidget/fileTransferWidget.css +++ /dev/null @@ -1,26 +0,0 @@ -#default { - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; - background-color: rgb(209,209,209); -} - -#error { - border-radius: 6px; - background-color: rgb(200,78,78); -} - -#success { - background-color: rgb(107,194,96); - border-radius: 6px; -} - -QProgressBar { - background-color: transparent; - border: 1px solid rgb(150,150,150); - height: 11px; - } - - QProgressBar::chunk { - background-color: rgb(150,150,150); - width: 2px; - } \ No newline at end of file diff --git a/themes/default/fileTransferWidget/fileTransferWidget.css b/themes/default/fileTransferWidget/fileTransferWidget.css deleted file mode 100644 index ab306fb9c..000000000 --- a/themes/default/fileTransferWidget/fileTransferWidget.css +++ /dev/null @@ -1,26 +0,0 @@ -#default { - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; - background-color: rgb(209,209,209); -} - -#error { - border-radius: 6px; - background-color: rgb(200,78,78); -} - -#success { - background-color: rgb(107,194,96); - border-radius: 6px; -} - -QProgressBar { - background-color: transparent; - border: 1px solid rgb(150,150,150); - height: 11px; - } - - QProgressBar::chunk { - background-color: rgb(150,150,150); - width: 2px; - } \ No newline at end of file