mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- wp-admin assets refactoring (in process);
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
/* Tipsy customizations */
|
||||
.um .tipsy {
|
||||
z-index: 9999999999;
|
||||
font-size: inherit; }
|
||||
|
||||
.um .tipsy-inner {
|
||||
background-color: #333333;
|
||||
color: #fff;
|
||||
max-width: 250px;
|
||||
padding: 6px 10px;
|
||||
text-align: left;
|
||||
font-size: 13px;
|
||||
line-height: 17px;
|
||||
word-wrap: break-word;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale; }
|
||||
|
||||
.um .tipsy-arrow-n {
|
||||
border-bottom-color: #333; }
|
||||
|
||||
.um .tipsy-arrow-s {
|
||||
border-top-color: #333; }
|
||||
|
||||
.um .tipsy-arrow-e {
|
||||
border-left-color: #333; }
|
||||
|
||||
.um .tipsy-arrow-w {
|
||||
border-right-color: #333; }
|
||||
Reference in New Issue
Block a user