mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-18 12:11:36 +00:00
Update CSS styles to CSS3
Update border radius attributes to CSS3 styles.
This commit is contained in:
parent
ff177b33a7
commit
9852d0c15a
@ -300,10 +300,10 @@ button:active,input[type="button"]:active,input[type="submit"]:active,#userinfo_
|
||||
#userinfo_username .brackets a {
|
||||
-webkit-border-top-right-radius: 0;
|
||||
-moz-border-radius-topright: 0;
|
||||
border-radius-topright: 0;
|
||||
border-top-right-radius: 0;
|
||||
-webkit-border-bottom-right-radius: 0;
|
||||
-moz-border-radius-bottomright: 0;
|
||||
border-radius-bottomright: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
#userinfo_username .brackets:last-child a {
|
||||
@ -316,10 +316,10 @@ button:active,input[type="button"]:active,input[type="submit"]:active,#userinfo_
|
||||
border-radius-bottomright: 4px;
|
||||
-webkit-border-top-left-radius: 0;
|
||||
-moz-border-radius-topleft: 0;
|
||||
border-radius-topleft: 0;
|
||||
border-top-left-radius: 0;
|
||||
-webkit-border-bottom-left-radius: 0;
|
||||
-moz-border-radius-bottomleft: 0;
|
||||
border-radius-bottomleft: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
input[type="submit"]:active {
|
||||
|
Loading…
Reference in New Issue
Block a user