button.dtp-button-dropdown { /* * This is a series of settings that improve the "clickable area" of the * button without making it take up more space in the layout. */ display: inline-block; position: relative; padding: 1em; margin: -1em; &.always-on-top { z-index: 1; } /* * The actual "style" of the thing */ background: none; border: none; outline: none; color: #e8e8e8; cursor: pointer; }