cartodb-4.42/app/assets/stylesheets/table/table_content/thead/thead-dropdown.css.scss
2024-04-06 05:25:13 +00:00

32 lines
572 B
SCSS

/*
* Styles for the table-thead dropdown options
*/
@import "compass/css3/inline-block";
@import "compass/css3/box-shadow";
table th div.dropdown {
&.public::before {
border-bottom: 6px solid #F6F6F6 !important;
}
li.tip {
padding: 14px 13px;
background: #F6F6F6;
box-shadow: inset 0 -4px 7px 0 rgba(#000, 0.1);
color: #999;
font-size: 12px;
line-height: normal;
a {
display: inline-block;
padding: 0;
text-decoration: underline;
vertical-align: top;
}
}
li.order { position: relative; }
}