diff options
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css | 10 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/other-applications.css | 10 |
2 files changed, 16 insertions, 4 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css index e9d3e4cf..011cbc36 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css @@ -73,14 +73,20 @@ .nemo-window widget.raised.linked > button:nth-child(first), .nemo-window widget.raised.linked > button:nth-child(first):hover, -.nemo-window widget.raised.linked > button:nth-child(first):backdrop { +.nemo-window widget.raised.linked > button:nth-child(first):focus, +.nemo-window widget.raised.linked > button:nth-child(first):backdrop, +.nemo-window widget.raised.linked > button:nth-child(first):disabled, +.nemo-window widget.raised.linked > button:nth-child(first):focus:hover:active { margin: 0px -1px 0px -1px; padding: 0px; } .nemo-window widget.raised.linked > button:nth-child(last), .nemo-window widget.raised.linked > button:nth-child(last):hover, -.nemo-window widget.raised.linked > button:nth-child(last):backdrop { +.nemo-window widget.raised.linked > button:nth-child(last):focus, +.nemo-window widget.raised.linked > button:nth-child(last):backdrop, +.nemo-window widget.raised.linked > button:nth-child(last):disabled, +.nemo-window widget.raised.linked > button:nth-child(last):focus:hover:active { margin: 0px -1px 0px -1px; padding: 0px; } diff --git a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css index 406010a6..d5ea2274 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css @@ -73,14 +73,20 @@ .nemo-window widget.raised.linked > button:nth-child(first), .nemo-window widget.raised.linked > button:nth-child(first):hover, -.nemo-window widget.raised.linked > button:nth-child(first):backdrop { +.nemo-window widget.raised.linked > button:nth-child(first):focus, +.nemo-window widget.raised.linked > button:nth-child(first):backdrop, +.nemo-window widget.raised.linked > button:nth-child(first):disabled, +.nemo-window widget.raised.linked > button:nth-child(first):focus:hover:active { margin: 0px -1px 0px -1px; padding: 0px; } .nemo-window widget.raised.linked > button:nth-child(last), .nemo-window widget.raised.linked > button:nth-child(last):hover, -.nemo-window widget.raised.linked > button:nth-child(last):backdrop { +.nemo-window widget.raised.linked > button:nth-child(last):focus, +.nemo-window widget.raised.linked > button:nth-child(last):backdrop, +.nemo-window widget.raised.linked > button:nth-child(last):disabled, +.nemo-window widget.raised.linked > button:nth-child(last):focus:hover:active { margin: 0px -1px 0px -1px; padding: 0px; } |