mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-13 19:56:27 +09:00
Revert "Revert "Theme compatibility fixes""
This reverts commit 1db8b0f23c.
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
margin: auto;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
@@ -37,6 +39,8 @@
|
||||
right: -15px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
-moz-border-radius: 999px;
|
||||
-webkit-border-radius: 999px;
|
||||
border-radius: 999px;
|
||||
background: #ddd;
|
||||
cursor: pointer;
|
||||
@@ -73,6 +77,8 @@
|
||||
display: inline-block;
|
||||
width: 100px;
|
||||
height: 70px;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
background-color: #666;
|
||||
color: #fff !important;
|
||||
@@ -123,6 +129,8 @@
|
||||
height: 10px;
|
||||
color: #666;
|
||||
background: #7ACF58;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
@@ -137,6 +145,8 @@
|
||||
padding: 20px;
|
||||
box-sizing: border-box;
|
||||
border: 2px dashed #ddd;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
font-size: 18px;
|
||||
line-height: 1em;
|
||||
@@ -171,6 +181,8 @@
|
||||
height: 34px;
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
padding: 0 20px;
|
||||
color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user