gtk-theme-clearcodes

gtk3 theme with a focus on code simplicity
git clone https://git.ce9e.org/gtk-theme-clearcodes.git

commit
25e14bdb0261e5c495870f89c124b25a24d500cc
parent
b645117d1d7dbe270e860231327ee9b8cba0ffbf
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-06-03 06:49
refactor: consistent round border-radius

Diffstat

M gtk-3.0/widgets/button.css 4 ++--
M gtk-3.0/widgets/checkbox.css 2 +-
M gtk-3.0/widgets/scale.css 2 +-

3 files changed, 4 insertions, 4 deletions


diff --git a/gtk-3.0/widgets/button.css b/gtk-3.0/widgets/button.css

@@ -61,7 +61,7 @@ scale:disabled:disabled slider {
   61    61 }
   62    62 
   63    63 button.circular {
   64    -1     border-radius: 100em;
   -1    64     border-radius: 1000px;
   65    65 }
   66    66 
   67    67 button.link {
@@ -164,7 +164,7 @@ switch slider {
  164   164     margin: 0.4em;
  165   165     min-width: 1em;
  166   166     min-height: 1em;
  167    -1     border-radius: 50%;
   -1   167     border-radius: 1000px;
  168   168     background: currentColor;
  169   169 }
  170   170 

diff --git a/gtk-3.0/widgets/checkbox.css b/gtk-3.0/widgets/checkbox.css

@@ -27,7 +27,7 @@ check:not(:first-child) {
   27    27 }
   28    28 
   29    29 radio {
   30    -1     border-radius: 50%;
   -1    30     border-radius: 1000px;
   31    31 }
   32    32 
   33    33 check:checked {

diff --git a/gtk-3.0/widgets/scale.css b/gtk-3.0/widgets/scale.css

@@ -41,7 +41,7 @@ scale.vertical {
   41    41 }
   42    42 
   43    43 scale slider {
   44    -1     border-radius: 50%;
   -1    44     border-radius: 1000px;
   45    45     padding: 0;
   46    46     min-width: 12px;
   47    47     min-height: 12px;