mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 22:54:03 +09:00
- fixed common tipsy styles;
This commit is contained in:
+12
-6
@@ -1,9 +1,11 @@
|
||||
/* Tipsy customizations */
|
||||
.um .tipsy {
|
||||
.um .tipsy,
|
||||
.um-page .tipsy {
|
||||
z-index: 9999999999;
|
||||
font-size: inherit; }
|
||||
|
||||
.um .tipsy-inner {
|
||||
.um .tipsy-inner,
|
||||
.um-page .tipsy-inner {
|
||||
background-color: #333333;
|
||||
color: #fff;
|
||||
max-width: 250px;
|
||||
@@ -15,14 +17,18 @@
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale; }
|
||||
|
||||
.um .tipsy-arrow-n {
|
||||
.um .tipsy-arrow-n,
|
||||
.um-page .tipsy-arrow-n {
|
||||
border-bottom-color: #333; }
|
||||
|
||||
.um .tipsy-arrow-s {
|
||||
.um .tipsy-arrow-s,
|
||||
.um-page .tipsy-arrow-s {
|
||||
border-top-color: #333; }
|
||||
|
||||
.um .tipsy-arrow-e {
|
||||
.um .tipsy-arrow-e,
|
||||
.um-page .tipsy-arrow-e {
|
||||
border-left-color: #333; }
|
||||
|
||||
.um .tipsy-arrow-w {
|
||||
.um .tipsy-arrow-w,
|
||||
.um-page .tipsy-arrow-w {
|
||||
border-right-color: #333; }
|
||||
|
||||
Vendored
+1
-1
@@ -1 +1 @@
|
||||
.um .tipsy{z-index:9999999999;font-size:inherit}.um .tipsy-inner{background-color:#333;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}
|
||||
.um .tipsy,.um-page .tipsy{z-index:9999999999;font-size:inherit}.um .tipsy-inner,.um-page .tipsy-inner{background-color:#333;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,.um-page .tipsy-arrow-n{border-bottom-color:#333}.um .tipsy-arrow-s,.um-page .tipsy-arrow-s{border-top-color:#333}.um .tipsy-arrow-e,.um-page .tipsy-arrow-e{border-left-color:#333}.um .tipsy-arrow-w,.um-page .tipsy-arrow-w{border-right-color:#333}
|
||||
@@ -1,5 +1,6 @@
|
||||
/* Tipsy customizations */
|
||||
.um
|
||||
.um,
|
||||
.um-page
|
||||
.tipsy
|
||||
z-index: 9999999999
|
||||
font-size: inherit
|
||||
|
||||
Reference in New Issue
Block a user