using css3 border-radius instead of js library when possible
This commit is contained in:
15
wise-webapp/src/main/webapp/css/commonOldIE.css
Normal file
15
wise-webapp/src/main/webapp/css/commonOldIE.css
Normal file
@@ -0,0 +1,15 @@
|
||||
#signUpHeader .sb-inner {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
#join .sb-inner {
|
||||
background: #9a8fc3;
|
||||
}
|
||||
|
||||
#join .sb-shadow {
|
||||
background: white;
|
||||
}
|
||||
|
||||
#join .sb-border {
|
||||
background: #A29BBF;
|
||||
}
|
Reference in New Issue
Block a user