Skip to content

Instantly share code, notes, and snippets.

View jessebeach's full-sized avatar
🦆
mostly there

J. Renée Beach jessebeach

🦆
mostly there
  • Facebook / Meta
  • Redwood City, CA
  • 19:29 (UTC -07:00)
  • X @jessebeach
View GitHub Profile
#edit_modal a.gray-button:active,
.edit-toolbar a.gray-button:active {
background-color: #f5f5f5;
background-image: -moz-linear-gradient(-90deg, transparent 0%, rgba(205, 205, 205, 1) 150%);
background-image: -webkit-linear-gradient(-90deg, transparent 0%, rgba(205, 205, 205, 1) 150%);
background-image: -o-linear-gradient(-90deg, transparent 0%, rgba(205, 205, 205, 1) 150%);
background-image: linear-gradient(-90deg, transparent 0%, rgba(205, 205, 205, 1) 150%);
border-color: #cdcdcd;
border-width:1px;
border-radius:5px ;