| Server IP : 13.126.101.145 / Your IP : 216.73.216.159 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ip-11-115-0-196 6.8.0-1039-aws #41~22.04.1-Ubuntu SMP Thu Sep 11 10:54:48 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.3.17 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/rentals_updated/wp-content/plugins/ultimate-dashboard/assets/css/ |
Upload File : |
/* Icon Picker */
.dashicon-picker-container {
position: absolute;
width: 260px;
height: 300px;
font-size: 14px;
background-color: #fff;
overflow: hidden;
padding: 10px 5px 5px 5px;
border: 1px solid #ddd;
z-index: 10;
}
.dashicon-picker-container,
.dashicon-picker-container span {
box-sizing: content-box !important;
}
.dashicon-picker-container ul {
margin: 10px 0;
width: 100%;
}
.dashicon-picker-container ul li {
display: inline-block;
margin: 5px;
}
.dashicon-picker-container ul li a {
box-shadow: none;
}
.dashicon-picker-container ul li a span {
display: block;
color: #373737;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border: 1px solid #dfdfdf;
font-size: 20px;
}
.dashicon-picker-container ul li a span:hover {
border-color: #999;
background: #efefef;
}
/* Search */
.dashicon-picker-control {
display: flex;
flex-wrap: wrap;
height: 32px;
align-items: center;
justify-content: space-around;
}
.dashicon-picker-control a {
text-decoration: none;
text-align: center;
width: 10%;
}
.dashicon-picker--search-wrapper {
width: 70%;
}
.dashicon-picker--search-wrapper input {
width: 100%;
}