mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
Minor CSS Changes
This commit is contained in:
@@ -239,7 +239,7 @@ p.disabled-on-off .um-admin-yesno *{
|
||||
top: 4px;
|
||||
font-size: 18px;
|
||||
line-height: 18px !important;
|
||||
color: #B1B1B1;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.um-admin-yesno span.yes, .um-admin-yesno span.no {
|
||||
|
||||
@@ -180,7 +180,7 @@
|
||||
|
||||
.um-admin-btns a span.remove:before{
|
||||
font-family: "ultimatemember" !important;
|
||||
content: "\e483";
|
||||
content: "?";
|
||||
}
|
||||
.um-admin-btns a span:hover{color: #cb3838}
|
||||
|
||||
@@ -218,11 +218,11 @@ p._icon_search{
|
||||
p._icon_search:before {
|
||||
position: absolute;
|
||||
right: 6px;
|
||||
top: 13px;
|
||||
font-size: 18px;
|
||||
content: "\ebe1";
|
||||
top: 15px;
|
||||
font-size: 16px;
|
||||
content: "c";
|
||||
font-family: "ultimatemember";
|
||||
color: #aaa;
|
||||
color: #999;
|
||||
}
|
||||
p._icon_search input[type=text]{padding-right: 40px!important}
|
||||
|
||||
|
||||
@@ -192,7 +192,7 @@ Version: 3.4.8 Timestamp: Thu May 1 09:50:32 EDT 2014
|
||||
}
|
||||
|
||||
.select2-container .select2-choice .select2-arrow:before {
|
||||
content: "\e87a" !important;
|
||||
content: "\e08d" !important;
|
||||
font-size: 27px !important;
|
||||
font-family: "ultimatemember" !important;
|
||||
top: -1px !important;
|
||||
@@ -241,8 +241,8 @@ Version: 3.4.8 Timestamp: Thu May 1 09:50:32 EDT 2014
|
||||
}
|
||||
|
||||
.select2-search:before {
|
||||
content: "\ebe1" !important;
|
||||
font-size: 22px !important;
|
||||
content: "c" !important;
|
||||
font-size: 16px !important;
|
||||
height: 32px !important;
|
||||
line-height: 32px !important;
|
||||
font-family: "ultimatemember" !important;
|
||||
@@ -540,7 +540,7 @@ html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
|
||||
}
|
||||
|
||||
.select2-search-choice-close:before {
|
||||
content: "\e481" !important;
|
||||
content: "n" !important;
|
||||
font-size: 17px !important;
|
||||
font-family: "ultimatemember" !important;
|
||||
top: -7px !important;
|
||||
@@ -561,7 +561,7 @@ html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
|
||||
font-size: 12px !important;
|
||||
top: 4px !important;
|
||||
right: 0 !important;
|
||||
content: "\e482" !important;
|
||||
content: "n" !important;
|
||||
}
|
||||
|
||||
/* disabled styles */
|
||||
|
||||
Reference in New Issue
Block a user