This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Xfwm4's alt-tab dialog, aka "tabwin" */ | |
| #xfwm-tabwin { | |
| padding: 12px; | |
| background-image: none; | |
| background-color: rgba(50, 50, 50, 0.8); | |
| color: rgba(255, 255, 255, 0.5); | |
| border: 1px solid rgb(25, 25, 25); | |
| border-radius: 8px; | |
| /* Set the application icon- and preview-size to 64px */ | |
| -XfwmTabwinWidget-icon-size: 130px; |