From 9f811772a96b905541b0f051cd15e8564e7285fc Mon Sep 17 00:00:00 2001 From: Morgan Hardwood Date: Thu, 12 Jan 2017 08:08:24 +0100 Subject: [PATCH] TooWaBlue updated to 2.31, theme images removed, #3604 --- rtdata/themes/TooWaBlue-Dark-GTK3-20_.css | 249 +++++++++--------- rtdata/themes/TooWaBlue-GTK3-20_.css | 249 +++++++++--------- .../svg/twb/checkbox-checked-disabled.svg | 124 --------- .../images/svg/twb/checkbox-checked.svg | 124 --------- .../twb/checkbox-inconsistent-disabled.svg | 124 --------- .../images/svg/twb/checkbox-inconsistent.svg | 124 --------- .../svg/twb/checkbox-unchecked-disabled.svg | 118 --------- .../images/svg/twb/checkbox-unchecked.svg | 118 --------- .../images/svg/twb/radio-checked-disabled.svg | 122 --------- .../themes/images/svg/twb/radio-checked.svg | 122 --------- .../svg/twb/radio-inconsistent-disabled.svg | 122 --------- .../images/svg/twb/radio-inconsistent.svg | 122 --------- .../svg/twb/radio-unchecked-disabled.svg | 116 -------- .../themes/images/svg/twb/radio-unchecked.svg | 116 -------- .../images/twb/checkbox-checked-disabled.png | Bin 378 -> 0 bytes rtdata/themes/images/twb/checkbox-checked.png | Bin 428 -> 0 bytes .../twb/checkbox-inconsistent-disabled.png | Bin 265 -> 0 bytes .../images/twb/checkbox-inconsistent.png | Bin 295 -> 0 bytes .../twb/checkbox-unchecked-disabled.png | Bin 247 -> 0 bytes .../themes/images/twb/checkbox-unchecked.png | Bin 272 -> 0 bytes .../images/twb/radio-checked-disabled.png | Bin 524 -> 0 bytes rtdata/themes/images/twb/radio-checked.png | Bin 593 -> 0 bytes .../twb/radio-inconsistent-disabled.png | Bin 556 -> 0 bytes .../themes/images/twb/radio-inconsistent.png | Bin 631 -> 0 bytes .../images/twb/radio-unchecked-disabled.png | Bin 438 -> 0 bytes rtdata/themes/images/twb/radio-unchecked.png | Bin 503 -> 0 bytes 26 files changed, 254 insertions(+), 1696 deletions(-) delete mode 100644 rtdata/themes/images/svg/twb/checkbox-checked-disabled.svg delete mode 100644 rtdata/themes/images/svg/twb/checkbox-checked.svg delete mode 100644 rtdata/themes/images/svg/twb/checkbox-inconsistent-disabled.svg delete mode 100644 rtdata/themes/images/svg/twb/checkbox-inconsistent.svg delete mode 100644 rtdata/themes/images/svg/twb/checkbox-unchecked-disabled.svg delete mode 100644 rtdata/themes/images/svg/twb/checkbox-unchecked.svg delete mode 100644 rtdata/themes/images/svg/twb/radio-checked-disabled.svg delete mode 100644 rtdata/themes/images/svg/twb/radio-checked.svg delete mode 100644 rtdata/themes/images/svg/twb/radio-inconsistent-disabled.svg delete mode 100644 rtdata/themes/images/svg/twb/radio-inconsistent.svg delete mode 100644 rtdata/themes/images/svg/twb/radio-unchecked-disabled.svg delete mode 100644 rtdata/themes/images/svg/twb/radio-unchecked.svg delete mode 100644 rtdata/themes/images/twb/checkbox-checked-disabled.png delete mode 100644 rtdata/themes/images/twb/checkbox-checked.png delete mode 100644 rtdata/themes/images/twb/checkbox-inconsistent-disabled.png delete mode 100644 rtdata/themes/images/twb/checkbox-inconsistent.png delete mode 100644 rtdata/themes/images/twb/checkbox-unchecked-disabled.png delete mode 100644 rtdata/themes/images/twb/checkbox-unchecked.png delete mode 100644 rtdata/themes/images/twb/radio-checked-disabled.png delete mode 100644 rtdata/themes/images/twb/radio-checked.png delete mode 100644 rtdata/themes/images/twb/radio-inconsistent-disabled.png delete mode 100644 rtdata/themes/images/twb/radio-inconsistent.png delete mode 100644 rtdata/themes/images/twb/radio-unchecked-disabled.png delete mode 100644 rtdata/themes/images/twb/radio-unchecked.png diff --git a/rtdata/themes/TooWaBlue-Dark-GTK3-20_.css b/rtdata/themes/TooWaBlue-Dark-GTK3-20_.css index 12e4383cb..9b1a9466f 100644 --- a/rtdata/themes/TooWaBlue-Dark-GTK3-20_.css +++ b/rtdata/themes/TooWaBlue-Dark-GTK3-20_.css @@ -2,7 +2,7 @@ This file is part of RawTherapee. Copyright (c) 2016 TooWaBoo - Version 2.28 - requires RT 4.2.1445 or higher + Version 2.31 - requires RT 4.2.1445 or higher RawTherapee is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -215,27 +215,31 @@ frame > checkbutton label{ /*** end ***************************************************************************************/ /*** Lists & Views *****************************************************************************/ -.view { +textview.view, treeview.view { background-color: @bg-dark-grey; border-color: @view-grid-border; - padding: 2px; + padding: 1px; margin: 0; } -.view:hover { +#RightNotebook > stack > :nth-child(3) treeview { + border: 1px solid @bg-dark-grey; + border-bottom: none; +} +#PrefNotebook textview:selected:hover, #PrefNotebook treeview:selected:hover, +textview:hover, treeview:hover { background-color: @bg-list-hover; } -.view:selected { +textview:selected, treeview:selected { color: @text-hl-color; background-color: @accent-color; - border-color: transparent; + border-top-color: transparent; +} +#PrefNotebook textview:selected, #PrefNotebook treeview:selected { + color: @text-color; + background-color: @bg-dark-grey; } -#PrefNotebook .view { - min-height: 12px; - padding: 1px; -} - -#PlacesPaned .view { +#PlacesPaned treeview { padding-left: 5px; padding-right: 0; -gtk-icon-style: symbolic; @@ -299,11 +303,15 @@ filechooser * { } filechooser #pathbarbox { border: none; + background-color: @bg-dark-grey; } filechooser box { border-color: transparent; } +filechooser > box > paned > box { + border: 1px solid @bg-dark-grey; +} filechooser placessidebar { padding: 0 1px; @@ -319,7 +327,7 @@ filechooser list { } filechooser list row { margin: 0; - min-height: 25px; + min-height: 23px; } filechooser list row label{ margin: 0; @@ -375,7 +383,7 @@ separator { } grid separator.horizontal, box separator.horizontal { margin: 2px 0; - padding: 0 + padding: 0; } grid separator.vertical, box separator.vertical { margin: 0 3px; @@ -475,7 +483,7 @@ menu separator { /*** Scrollbar *********************************************************************************/ scrollbar { background-color: rgba(0,0,0,.30); - border: none; + border: none;margin: 0; } scrollbar slider { background-color: @text-color; @@ -542,7 +550,7 @@ scale:disabled trough { /*** Progressbar *******************************************************************************/ progressbar.vertical { min-width: 0; - margin-right: 6px + margin-right: 7px; } progressbar.vertical text { color: transparent; @@ -618,19 +626,24 @@ notebook header.left { notebook tabs { background-color: transparent; } -notebook tab { +notebook header tab { background-color: transparent; margin: 5px; + padding: 0 4px; +} +notebook header.left tab { + padding: 4px 0; } notebook header tab > grid > image { min-height: 28px; min-width: 0; - padding: 0 3px; + padding: 0 2px 0 0; + margin: 0; } notebook header.left tab > grid > image { min-height: 0; min-width: 28px; - padding: 3px 0; + padding: 2px 0 0; } notebook header tab label { margin: 3px; @@ -691,13 +704,19 @@ window.csd:not(.fullscreen) #MainNotebook > header.top { } /**/ -#ToolPanelNotebook > header tab image { - min-height: 28px; - min-width: 30px; -} #ToolPanelNotebook > header tabs { margin-bottom: 3px; } +#ToolPanelNotebook > header tab { + margin: 5px 3px; + padding: 0 5px; +} +#ToolPanelNotebook > header tab image{ + min-height: 30px; + min-width: 0; + padding: 0; + margin: 0; +} #RightNotebook { margin: 5px 0 0 0; @@ -774,18 +793,27 @@ window.csd:not(.fullscreen) #MainNotebook > header.top { padding: 0 4px; background-color: @bg-dark-grey; margin: 0; + border-radius: 0; } #MetaPanelNotebook > stack > box:nth-child(2) > scrolledwindow scrolledwindow { background-color: @bg-dark-grey; padding: 0; margin: 0; - border-radius: 2px; } -#MetaPanelNotebook textview, -#MetaPanelNotebook text { +#MetaPanelNotebook .view { + border: 1px solid @bg-dark-grey; + padding: 2px; + margin: 0; +} +#MetaPanelNotebook textview.view { background-color: @bg-dark-grey; - padding: 2px 5px; + padding: 1px 4px; + margin: 0; +} +#MetaPanelNotebook text { + background-color: transparent; + padding: 0; margin: 0; } @@ -823,18 +851,6 @@ window.csd:not(.fullscreen) #MainNotebook > header.top { margin: 5px 0 0; } -#FileBrowser entry + button { - margin: 0 0 0 2px; - padding: 2px; -} -#FileBrowser entry + button, -#FileBrowser entry { - min-height: 15px; - min-width: 15px; -} -#FileBrowser label { - margin: 0 4px 0 10px; -} #ToolBarPanelFileBrowser { margin: 3px -1px; min-height: 0; @@ -855,6 +871,26 @@ window.csd:not(.fullscreen) #MainNotebook > header.top { background-image: none; box-shadow: none; } + +#ToolBarPanelFileBrowser entry + button.flat, +#FileBrowser entry + button.flat { + min-height: 20px; + min-width: 19px; + margin: 0 0 0 -20px; + border-radius: 0 2px 2px 0; + border: 1px solid transparent; +} +#ToolBarPanelFileBrowser entry, +#FileBrowser entry { + min-height: 20px; + min-width: 144px; + margin: 0 -1px 0 0; + padding: 0 24px 0 4px; +} +#ToolBarPanelFileBrowser label, +#FileBrowser label { + margin: 0 4px 0 6px; +} /*** end ***************************************************************************************/ /*** Image Editor ******************************************************************************/ @@ -996,7 +1032,7 @@ window.csd:not(.fullscreen) #MainNotebook > header.top { border: none; border-radius: 0; margin: 0; - padding: 7px; + padding: 6px; } /* Sub-tool (MyExpander) */ @@ -1183,6 +1219,8 @@ scale + button.flat { } /**/ +#ToolBarPanelFileBrowser entry + button:hover, +#FileBrowser entry + button:hover, button.flat:hover, button:hover { border: 1px solid @bg-button-border; @@ -1191,6 +1229,8 @@ button:hover { background-color: @bg-button-hover; } +#ToolBarPanelFileBrowser entry + button:active, +#FileBrowser entry + button:active, button.flat:active, button.flat:checked, button:active, @@ -1299,6 +1339,10 @@ dialog combobox .combo, min-width: 0; } +button.color { + padding: 3px; +} + /* Save, Cancel, OK ... buttons */ .dialog-action-area button { min-height: 26px; @@ -1438,7 +1482,7 @@ messagedialog headerbar button.titlebutton { #MainNotebook tab #CloseButton { padding: 0; - margin: 4px 1px; + margin: 4px -3px 4px 1px; min-height: 18px; min-width: 18px; } @@ -1486,104 +1530,63 @@ radiobutton { min-height: 16px; } check, -check row, -radio, -radio row { - border: none; +radio { + border: 1.16px solid shade(@text-color, .9); background-image: none; - border-radius: 0; + background-color: transparent; margin: 0; padding: 0; - min-height: 16px; + min-height: 14px; min-width: 14px; box-shadow: none; - -gtk-icon-source: none; background-repeat: no-repeat; + -gtk-icon-shadow: none; } - radiobutton label, checkbutton label { margin: 0 6px 0 6px; padding: 0; } -frame > checkbutton check{ - margin-left: 6px; - padding: 0; +check, +check:indeterminate { + border-radius: 2px; +} +check:checked { + padding: 0 2px 0 0; + min-width: 12px; +} +radio{ + border-radius: 20px; +} +check:disabled, +radio:disabled { + border-color: rgb(120,120,120); } -#PartialPaste checkbutton { - padding: 0; +frame > checkbutton check{ + margin-left: 6px; } -#PartialPaste check { + +#PartialPaste checkbutton:not(#PartialPasteHeader) { + padding: 0; margin-left: 14px; } -#PartialPasteHeader check { +#PartialPasteHeader { margin-left: 6px; } #PrefNotebook checkbutton { padding: 0; } +#PrefNotebook radiobutton, #PrefNotebook stack > box:nth-child(3) checkbutton, #PrefNotebook stack > box:nth-child(4) checkbutton { padding: 3px 0; } -#PrefNotebook radiobutton { - padding: 3px 0; -} -/* What a lousy checkbox without label in White Picture :-) */ + #MyExpander button + checkbutton:last-child { margin-left: 4px; } -check, -check row { - background-image: url("images/twb/checkbox-unchecked.png"); -} -check:checked, -check row:checked { - background-image: url("images/twb/checkbox-checked.png"); -} -check:disabled, -check row:disabled { - background-image: url("images/twb/checkbox-unchecked-disabled.png"); -} -check:checked:disabled, -check row:checked:disabled { - background-image: url("images/twb/checkbox-checked-disabled.png"); -} -check:indeterminate, -check row:indeterminate { - background-image: url("images/twb/checkbox-inconsistent.png"); -} -check:indeterminate:disabled, -check row:indeterminate:disabled { - background-image: url("images/twb/checkbox-inconsistent-disabled.png"); -} - -radio, -radio row { - background-image: url("images/twb/radio-unchecked.png"); -} -radio:checked, -radio row:checked { - background-image: url("images/twb/radio-checked.png"); -} -radio:disabled, -radio row:disabled { - background-image: url("images/twb/radio-unchecked-disabled.png"); -} -radio:checked:disabled, -radio row:checked:disabled { - background-image: url("images/twb/radio-checked-disabled.png"); -} -radio:indeterminate, -radio row:indeterminate { - background-image: url("images/twb/radio-inconsistent.png"); -} -radio:indeterminate:disabled, -radio row:indeterminate:disabled { - background-image: url("images/twb/radio-inconsistent-disabled.png"); -} /*** end ***************************************************************************************/ /*** Entry & Spinbutton ************************************************************************/ @@ -1621,6 +1624,7 @@ spinbutton { color: @text-tbEntry; box-shadow: inset 1px 1px rgba(0, 0, 0, .12), 0 1px rgba(255 , 255, 255, 0.12); } +#MyExpander checkbutton + label + spinbutton, #MyExpander button + label + spinbutton { margin: 3px 0; /* Needed for Reset & and Auto button height*/ } @@ -1697,6 +1701,13 @@ entry:focus > selection { background-color: @bg-highlighted-text-color; color: @highlighted-text-color; } + +.view entry { + background-color: @bg-dark-grey; + margin: 0 -1px; + border: none; + box-shadow: none; +} /* end*/ /*** end ***************************************************************************************/ @@ -1708,14 +1719,14 @@ entry:focus > selection { border-radius: 4px 4px 0 0; border: none; padding: 0; - box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.5), 0 0 0 1px rgb(30,30,30); + box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.5), 0 0 0 1px @bg-dark-grey; margin: 10px; } headerbar { - background-color: @winHeaderbar; + background-color: shade(@winHeaderbar,1.12); box-shadow: inset 0 1px rgba(200,200,200,.13); background-image: linear-gradient(shade(@winHeaderbar,1.14), shade(@winHeaderbar,.86)); - border-bottom: 1px solid rgb(30,30,30); + border-bottom: 1px solid @bg-dark-grey; border-radius: 4px 4px 0 0; min-height: 0; padding: 4px 5px 3px; @@ -1733,22 +1744,16 @@ headerbar .title{ /* Window in background */ :not(.popup):not(tooltip) > decoration:backdrop { - box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.3), 0 0 0 1px rgb(30,30,30); + box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.3), 0 0 0 1px @bg-dark-grey; } headerbar:backdrop { - box-shadow: inset 0 1px rgba(200,200,200,.11); - background-image: linear-gradient(shade(@winHeaderbar,1.07), shade(@winHeaderbar,.93)); + box-shadow: none; + background-image: none; } headerbar .title:backdrop { - color: alpha(@winTitle,.55); + color: alpha(@winTitle,.60); } /**/ /*** end ***************************************************************************************/ -/* TooWaBoo's personal settings * / -#PartialPaste {min-width: 811px; min-height: 589px;} -tooltip {background-color: transparent; border: none;} -tooltip label {color: transparent;} -/ * end */ - diff --git a/rtdata/themes/TooWaBlue-GTK3-20_.css b/rtdata/themes/TooWaBlue-GTK3-20_.css index c19984edb..8ba82412f 100644 --- a/rtdata/themes/TooWaBlue-GTK3-20_.css +++ b/rtdata/themes/TooWaBlue-GTK3-20_.css @@ -2,7 +2,7 @@ This file is part of RawTherapee. Copyright (c) 2016 TooWaBoo - Version 2.28 - requires RT 4.2.1445 or higher + Version 2.31 - requires RT 4.2.1445 or higher RawTherapee is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -215,27 +215,31 @@ frame > checkbutton label{ /*** end ***************************************************************************************/ /*** Lists & Views *****************************************************************************/ -.view { +textview.view, treeview.view { background-color: @bg-dark-grey; border-color: @view-grid-border; - padding: 2px; + padding: 1px; margin: 0; } -.view:hover { +#RightNotebook > stack > :nth-child(3) treeview { + border: 1px solid @bg-dark-grey; + border-bottom: none; +} +#PrefNotebook textview:selected:hover, #PrefNotebook treeview:selected:hover, +textview:hover, treeview:hover { background-color: @bg-list-hover; } -.view:selected { +textview:selected, treeview:selected { color: @text-hl-color; background-color: @accent-color; - border-color: transparent; + border-top-color: transparent; +} +#PrefNotebook textview:selected, #PrefNotebook treeview:selected { + color: @text-color; + background-color: @bg-dark-grey; } -#PrefNotebook .view { - min-height: 12px; - padding: 1px; -} - -#PlacesPaned .view { +#PlacesPaned treeview { padding-left: 5px; padding-right: 0; -gtk-icon-style: symbolic; @@ -299,11 +303,15 @@ filechooser * { } filechooser #pathbarbox { border: none; + background-color: @bg-dark-grey; } filechooser box { border-color: transparent; } +filechooser > box > paned > box { + border: 1px solid @bg-dark-grey; +} filechooser placessidebar { padding: 0 1px; @@ -319,7 +327,7 @@ filechooser list { } filechooser list row { margin: 0; - min-height: 25px; + min-height: 23px; } filechooser list row label{ margin: 0; @@ -375,7 +383,7 @@ separator { } grid separator.horizontal, box separator.horizontal { margin: 2px 0; - padding: 0 + padding: 0; } grid separator.vertical, box separator.vertical { margin: 0 3px; @@ -475,7 +483,7 @@ menu separator { /*** Scrollbar *********************************************************************************/ scrollbar { background-color: rgba(0,0,0,.30); - border: none; + border: none;margin: 0; } scrollbar slider { background-color: @text-color; @@ -542,7 +550,7 @@ scale:disabled trough { /*** Progressbar *******************************************************************************/ progressbar.vertical { min-width: 0; - margin-right: 6px + margin-right: 7px; } progressbar.vertical text { color: transparent; @@ -618,19 +626,24 @@ notebook header.left { notebook tabs { background-color: transparent; } -notebook tab { +notebook header tab { background-color: transparent; margin: 5px; + padding: 0 4px; +} +notebook header.left tab { + padding: 4px 0; } notebook header tab > grid > image { min-height: 28px; min-width: 0; - padding: 0 3px; + padding: 0 2px 0 0; + margin: 0; } notebook header.left tab > grid > image { min-height: 0; min-width: 28px; - padding: 3px 0; + padding: 2px 0 0; } notebook header tab label { margin: 3px; @@ -691,13 +704,19 @@ window.csd:not(.fullscreen) #MainNotebook > header.top { } /**/ -#ToolPanelNotebook > header tab image { - min-height: 28px; - min-width: 30px; -} #ToolPanelNotebook > header tabs { margin-bottom: 3px; } +#ToolPanelNotebook > header tab { + margin: 5px 3px; + padding: 0 5px; +} +#ToolPanelNotebook > header tab image{ + min-height: 30px; + min-width: 0; + padding: 0; + margin: 0; +} #RightNotebook { margin: 5px 0 0 0; @@ -774,18 +793,27 @@ window.csd:not(.fullscreen) #MainNotebook > header.top { padding: 0 4px; background-color: @bg-dark-grey; margin: 0; + border-radius: 0; } #MetaPanelNotebook > stack > box:nth-child(2) > scrolledwindow scrolledwindow { background-color: @bg-dark-grey; padding: 0; margin: 0; - border-radius: 2px; } -#MetaPanelNotebook textview, -#MetaPanelNotebook text { +#MetaPanelNotebook .view { + border: 1px solid @bg-dark-grey; + padding: 2px; + margin: 0; +} +#MetaPanelNotebook textview.view { background-color: @bg-dark-grey; - padding: 2px 5px; + padding: 1px 4px; + margin: 0; +} +#MetaPanelNotebook text { + background-color: transparent; + padding: 0; margin: 0; } @@ -823,18 +851,6 @@ window.csd:not(.fullscreen) #MainNotebook > header.top { margin: 5px 0 0; } -#FileBrowser entry + button { - margin: 0 0 0 2px; - padding: 2px; -} -#FileBrowser entry + button, -#FileBrowser entry { - min-height: 15px; - min-width: 15px; -} -#FileBrowser label { - margin: 0 4px 0 10px; -} #ToolBarPanelFileBrowser { margin: 3px -1px; min-height: 0; @@ -855,6 +871,26 @@ window.csd:not(.fullscreen) #MainNotebook > header.top { background-image: none; box-shadow: none; } + +#ToolBarPanelFileBrowser entry + button.flat, +#FileBrowser entry + button.flat { + min-height: 20px; + min-width: 19px; + margin: 0 0 0 -20px; + border-radius: 0 2px 2px 0; + border: 1px solid transparent; +} +#ToolBarPanelFileBrowser entry, +#FileBrowser entry { + min-height: 20px; + min-width: 144px; + margin: 0 -1px 0 0; + padding: 0 24px 0 4px; +} +#ToolBarPanelFileBrowser label, +#FileBrowser label { + margin: 0 4px 0 6px; +} /*** end ***************************************************************************************/ /*** Image Editor ******************************************************************************/ @@ -996,7 +1032,7 @@ window.csd:not(.fullscreen) #MainNotebook > header.top { border: none; border-radius: 0; margin: 0; - padding: 7px; + padding: 6px; } /* Sub-tool (MyExpander) */ @@ -1183,6 +1219,8 @@ scale + button.flat { } /**/ +#ToolBarPanelFileBrowser entry + button:hover, +#FileBrowser entry + button:hover, button.flat:hover, button:hover { border: 1px solid @bg-button-border; @@ -1191,6 +1229,8 @@ button:hover { background-color: @bg-button-hover; } +#ToolBarPanelFileBrowser entry + button:active, +#FileBrowser entry + button:active, button.flat:active, button.flat:checked, button:active, @@ -1299,6 +1339,10 @@ dialog combobox .combo, min-width: 0; } +button.color { + padding: 3px; +} + /* Save, Cancel, OK ... buttons */ .dialog-action-area button { min-height: 26px; @@ -1438,7 +1482,7 @@ messagedialog headerbar button.titlebutton { #MainNotebook tab #CloseButton { padding: 0; - margin: 4px 1px; + margin: 4px -3px 4px 1px; min-height: 18px; min-width: 18px; } @@ -1486,104 +1530,63 @@ radiobutton { min-height: 16px; } check, -check row, -radio, -radio row { - border: none; +radio { + border: 1.16px solid shade(@text-color, .9); background-image: none; - border-radius: 0; + background-color: transparent; margin: 0; padding: 0; - min-height: 16px; + min-height: 14px; min-width: 14px; box-shadow: none; - -gtk-icon-source: none; background-repeat: no-repeat; + -gtk-icon-shadow: none; } - radiobutton label, checkbutton label { margin: 0 6px 0 6px; padding: 0; } -frame > checkbutton check{ - margin-left: 6px; - padding: 0; +check, +check:indeterminate { + border-radius: 2px; +} +check:checked { + padding: 0 2px 0 0; + min-width: 12px; +} +radio{ + border-radius: 20px; +} +check:disabled, +radio:disabled { + border-color: rgb(120,120,120); } -#PartialPaste checkbutton { - padding: 0; +frame > checkbutton check{ + margin-left: 6px; } -#PartialPaste check { + +#PartialPaste checkbutton:not(#PartialPasteHeader) { + padding: 0; margin-left: 14px; } -#PartialPasteHeader check { +#PartialPasteHeader { margin-left: 6px; } #PrefNotebook checkbutton { padding: 0; } +#PrefNotebook radiobutton, #PrefNotebook stack > box:nth-child(3) checkbutton, #PrefNotebook stack > box:nth-child(4) checkbutton { padding: 3px 0; } -#PrefNotebook radiobutton { - padding: 3px 0; -} -/* What a lousy checkbox without label in White Picture :-) */ + #MyExpander button + checkbutton:last-child { margin-left: 4px; } -check, -check row { - background-image: url("images/twb/checkbox-unchecked.png"); -} -check:checked, -check row:checked { - background-image: url("images/twb/checkbox-checked.png"); -} -check:disabled, -check row:disabled { - background-image: url("images/twb/checkbox-unchecked-disabled.png"); -} -check:checked:disabled, -check row:checked:disabled { - background-image: url("images/twb/checkbox-checked-disabled.png"); -} -check:indeterminate, -check row:indeterminate { - background-image: url("images/twb/checkbox-inconsistent.png"); -} -check:indeterminate:disabled, -check row:indeterminate:disabled { - background-image: url("images/twb/checkbox-inconsistent-disabled.png"); -} - -radio, -radio row { - background-image: url("images/twb/radio-unchecked.png"); -} -radio:checked, -radio row:checked { - background-image: url("images/twb/radio-checked.png"); -} -radio:disabled, -radio row:disabled { - background-image: url("images/twb/radio-unchecked-disabled.png"); -} -radio:checked:disabled, -radio row:checked:disabled { - background-image: url("images/twb/radio-checked-disabled.png"); -} -radio:indeterminate, -radio row:indeterminate { - background-image: url("images/twb/radio-inconsistent.png"); -} -radio:indeterminate:disabled, -radio row:indeterminate:disabled { - background-image: url("images/twb/radio-inconsistent-disabled.png"); -} /*** end ***************************************************************************************/ /*** Entry & Spinbutton ************************************************************************/ @@ -1621,6 +1624,7 @@ spinbutton { color: @text-tbEntry; box-shadow: inset 1px 1px rgba(0, 0, 0, .12), 0 1px rgba(255 , 255, 255, 0.12); } +#MyExpander checkbutton + label + spinbutton, #MyExpander button + label + spinbutton { margin: 3px 0; /* Needed for Reset & and Auto button height*/ } @@ -1697,6 +1701,13 @@ entry:focus > selection { background-color: @bg-highlighted-text-color; color: @highlighted-text-color; } + +.view entry { + background-color: @bg-dark-grey; + margin: 0 -1px; + border: none; + box-shadow: none; +} /* end*/ /*** end ***************************************************************************************/ @@ -1708,14 +1719,14 @@ entry:focus > selection { border-radius: 4px 4px 0 0; border: none; padding: 0; - box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.5), 0 0 0 1px rgb(30,30,30); + box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.5), 0 0 0 1px @bg-dark-grey; margin: 10px; } headerbar { - background-color: @winHeaderbar; + background-color: shade(@winHeaderbar,1.12); box-shadow: inset 0 1px rgba(200,200,200,.13); background-image: linear-gradient(shade(@winHeaderbar,1.14), shade(@winHeaderbar,.86)); - border-bottom: 1px solid rgb(30,30,30); + border-bottom: 1px solid @bg-dark-grey; border-radius: 4px 4px 0 0; min-height: 0; padding: 4px 5px 3px; @@ -1733,22 +1744,16 @@ headerbar .title{ /* Window in background */ :not(.popup):not(tooltip) > decoration:backdrop { - box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.3), 0 0 0 1px rgb(30,30,30); + box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.3), 0 0 0 1px @bg-dark-grey; } headerbar:backdrop { - box-shadow: inset 0 1px rgba(200,200,200,.11); - background-image: linear-gradient(shade(@winHeaderbar,1.07), shade(@winHeaderbar,.93)); + box-shadow: none; + background-image: none; } headerbar .title:backdrop { - color: alpha(@winTitle,.55); + color: alpha(@winTitle,.60); } /**/ /*** end ***************************************************************************************/ -/* TooWaBoo's personal settings * / -#PartialPaste {min-width: 811px; min-height: 589px;} -tooltip {background-color: transparent; border: none;} -tooltip label {color: transparent;} -/ * end */ - diff --git a/rtdata/themes/images/svg/twb/checkbox-checked-disabled.svg b/rtdata/themes/images/svg/twb/checkbox-checked-disabled.svg deleted file mode 100644 index 1103ee917..000000000 --- a/rtdata/themes/images/svg/twb/checkbox-checked-disabled.svg +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/rtdata/themes/images/svg/twb/checkbox-checked.svg b/rtdata/themes/images/svg/twb/checkbox-checked.svg deleted file mode 100644 index c7d28d45d..000000000 --- a/rtdata/themes/images/svg/twb/checkbox-checked.svg +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/rtdata/themes/images/svg/twb/checkbox-inconsistent-disabled.svg b/rtdata/themes/images/svg/twb/checkbox-inconsistent-disabled.svg deleted file mode 100644 index ee55c4f6f..000000000 --- a/rtdata/themes/images/svg/twb/checkbox-inconsistent-disabled.svg +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/rtdata/themes/images/svg/twb/checkbox-inconsistent.svg b/rtdata/themes/images/svg/twb/checkbox-inconsistent.svg deleted file mode 100644 index e0f5bd362..000000000 --- a/rtdata/themes/images/svg/twb/checkbox-inconsistent.svg +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/rtdata/themes/images/svg/twb/checkbox-unchecked-disabled.svg b/rtdata/themes/images/svg/twb/checkbox-unchecked-disabled.svg deleted file mode 100644 index 635dae59b..000000000 --- a/rtdata/themes/images/svg/twb/checkbox-unchecked-disabled.svg +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/rtdata/themes/images/svg/twb/checkbox-unchecked.svg b/rtdata/themes/images/svg/twb/checkbox-unchecked.svg deleted file mode 100644 index 0adfe66cc..000000000 --- a/rtdata/themes/images/svg/twb/checkbox-unchecked.svg +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/rtdata/themes/images/svg/twb/radio-checked-disabled.svg b/rtdata/themes/images/svg/twb/radio-checked-disabled.svg deleted file mode 100644 index f415b4be7..000000000 --- a/rtdata/themes/images/svg/twb/radio-checked-disabled.svg +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/rtdata/themes/images/svg/twb/radio-checked.svg b/rtdata/themes/images/svg/twb/radio-checked.svg deleted file mode 100644 index c6f9b4ee8..000000000 --- a/rtdata/themes/images/svg/twb/radio-checked.svg +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/rtdata/themes/images/svg/twb/radio-inconsistent-disabled.svg b/rtdata/themes/images/svg/twb/radio-inconsistent-disabled.svg deleted file mode 100644 index e41f3ff9c..000000000 --- a/rtdata/themes/images/svg/twb/radio-inconsistent-disabled.svg +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/rtdata/themes/images/svg/twb/radio-inconsistent.svg b/rtdata/themes/images/svg/twb/radio-inconsistent.svg deleted file mode 100644 index 65ea2a8e8..000000000 --- a/rtdata/themes/images/svg/twb/radio-inconsistent.svg +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/rtdata/themes/images/svg/twb/radio-unchecked-disabled.svg b/rtdata/themes/images/svg/twb/radio-unchecked-disabled.svg deleted file mode 100644 index 60098048f..000000000 --- a/rtdata/themes/images/svg/twb/radio-unchecked-disabled.svg +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/rtdata/themes/images/svg/twb/radio-unchecked.svg b/rtdata/themes/images/svg/twb/radio-unchecked.svg deleted file mode 100644 index 8b448f3cf..000000000 --- a/rtdata/themes/images/svg/twb/radio-unchecked.svg +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/rtdata/themes/images/twb/checkbox-checked-disabled.png b/rtdata/themes/images/twb/checkbox-checked-disabled.png deleted file mode 100644 index 8458b5987ff7050bfa6fa4733ac1fdb6c00b8092..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 378 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4Xgt=Z zV||aM?)TSwXR^xFPBI=>QOdNvdN%rpwJJlJ?MHEJ;>XkBwCQX}Er=siLBrCK`?fspE_9wcm zhaYe`b58L8dXo3wq<{V~9=EtHo{OcKiOslqTv7OUf%*-G diff --git a/rtdata/themes/images/twb/checkbox-checked.png b/rtdata/themes/images/twb/checkbox-checked.png deleted file mode 100644 index 83d3744d3c627a13cc04fab355088f9547c3f4cb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 428 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4nhK;|bxBQuX(3GB>SSHDk)AewS05Vq|9(YNpQbs0(6Zi2QsZsz0eG`2Ans z$Z6X5cqEdipR=63>CE%b-0%NNH!uqBWst~c1q!WNwNO^$|D07^ch`f#=KW!>m5H&}12s)^IIUDHw(Q*O*#5+pmAN|n#&iY=`C01H zb0+07E4uh=mWl{CeR1N*b>w(BxucJ(ERo^Cu^GKnKK-e0{h!oxbIz%fXX3VXJqlm0 S1bYHQmci52&t;ucLK6TJt)}Jx diff --git a/rtdata/themes/images/twb/checkbox-inconsistent-disabled.png b/rtdata/themes/images/twb/checkbox-inconsistent-disabled.png deleted file mode 100644 index 96c5fbe5f2a09eb89d3eb9b25ab3b0e545de3067..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4f;?skDA$93k5ia$#`{n=>KoF^QW144 zE@uvy9VuVLx?rM-%ua?WlWxWMGk7we{Kw%?#Azd09)2);(jSYxhi3n^KFG~b?Oh`N zEr*HW=`W8v;+IwP7(ajhvvj8=^P;8wg`pqY(pT#roTYhPyLh?~&_xWMu6{1-oD!M< DHcDHP diff --git a/rtdata/themes/images/twb/checkbox-inconsistent.png b/rtdata/themes/images/twb/checkbox-inconsistent.png deleted file mode 100644 index 373f218be58be281a9fe270ec7d946e83f556ef2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 295 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<` zTx6M>^h_u@#M?z!$*zjgrG&ZR=({$v~Fd+PR-U-&MYEzjb@P^dH6ryN;}G{kyHPIL}AZl=-%59aBiDUHpxy=YU>3eJ1s{ hL~PQtOS4zLVqI2d+!}eeM;Pc{22WQ%mvv4FO#s^ZYrOyf diff --git a/rtdata/themes/images/twb/checkbox-unchecked-disabled.png b/rtdata/themes/images/twb/checkbox-unchecked-disabled.png deleted file mode 100644 index 985dd07cc239709ac9f75c1a3c37ac9c54ae0d41..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 247 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4b|U3J0F9t_qWH*PQRaU$~!nfzl=K-8KxfOl|fv z@F+d2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR43D3D49S*8GfEG9~WazOPL#Cay<{&iFof7p zHAQnoP3*`Bx|)}e|7g2{(zN2kb%lJ)3@OH|e<$-Krj?o$pJbnWO>d6Y6ebs-!x%hW L{an^LB{Ts5)@5O6 diff --git a/rtdata/themes/images/twb/radio-checked-disabled.png b/rtdata/themes/images/twb/radio-checked-disabled.png deleted file mode 100644 index 0947a5e06a5a9b67e40811f66ce3071b45f5e41c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 524 zcmV+n0`vWeP)ZQcDvI+1*ie1z?P)J_*|TV zwSXDmqojUH{{`$h=MKF0?U487RRy8!ePBUSUs4rl0Q0~N(3EuOoXdOfe*hcfb|Qe# zvy;@f)~*5_;1e(fECL;C?OKu~&&C*+t{@7&3>*WDMx%OmP(iN+e*%2Y0zLqbA)fme zAhbiFQ1~74UjhEcaXcO3y9t0>fL^ax0{&zHXM@3D1;7}i2>=Ta^3Jk=9iZl%%QqU0 zBV$YzxCZ*bl`*C&>DW1!2a+g?cE^D9NBR!T=5o39BuSpL*M}!;1NV|P$9noBZ2>Ls z{ZDJ{c9`}9Py#C6`vf=wzNNu$c0tk-kluwy;5>?=-Fm%#IblBk(Ov)m=$0F&t&1f9 O0000Vr3`+raI1IeaGTNO-LsOZhCe4?)lz3 z-N8SGEGE)4ZHvgJst%oZt4(-$Igr7X*PQ52mmIxxmGJljM8Dr}EEbD2v=ZhUgh7DjJAkXuzaStn%$_ntv_>SQL zaII``4mh#=qT#UJZvRS>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR42P&@K&#R-R_+gPNut)-({q`okIk@Ru6 z!sfedC&SseP33G(NssU67+L?{Zfw2#gS+cdhvk=7uD$+RdI8&!1MCLOzmz_05mrzV zd%-B~a6QVp?{S6U{PWrlvKdUm3lx`jAG3KY?xdgFax>@Hfl9#w79D=Z zDW{*7&!5j+6Pc~u&JeabRP=`q)3VH2adJ!_DlaQ7;5V6DytFoL|9pvLHp>S2lP;m{ zyA|qMoD;5OZJoEd;>QFj2mjFc+i%OR-~Yz6f~hprw?VK#x~cvztDq(Gq5T_J(vHn= etoZc*q8RU^pm3E32rm#Lxr37|cP{e) zL9)`pBS4FwNtKSq&B}K%ohAM}K=KSJ-~v^A=f;|)@gbihEK4-}s?lhF-^^-e;Ej^i zM3N+J5jhMYw1E%6UlF-c)$?w*d;2P2GMTtM&(DB;;AB3Zk6W$QeU@e0su}~wz*Q7Q zgHES2FMX~I7UqvdQGDw6`_rW&e}M1a`%CBCaPjVIrGq3%+Q5&ZD0WxO6?yNQ*4keo zgfHcH41kCn0;lWD0KH!CpNO1_$V&$XAcW91#{67oE~TntV6OrIwx-i*wh6#m`v7dM z0-kEM+V&=Z5W)`dSOJL0wR7%Z6M(870M`|Os-6SK-uvb{v-iF!B1guUiwa;dk}K!j z@HL3{zUiDBh7i&?j_=C+%OXWlG|2P(%v$?9P16%q9nWU7`+B{;1H>Y7q^fD7(fGCu t{_hq>qtWNZUX-_x0XN2&i{;AiN6)!|l0CFKsgM8w002ovPDHLkV1jeD;Q{~v