projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05f2773
)
Corrects border colours
author
Luzifr
<szekely@woltlab.com>
Wed, 15 Feb 2012 13:17:14 +0000
(14:17 +0100)
committer
Luzifr
<szekely@woltlab.com>
Wed, 15 Feb 2012 13:17:14 +0000
(14:17 +0100)
wcfsetup/install/files/acp/style/wcf.css
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/acp/style/wcf.css
b/wcfsetup/install/files/acp/style/wcf.css
index d50c658859cbbebc7a92dfdc4a03bf437bcf3a9e..a1118ff5f6d47031787dd5a1df2d861c86c1431d 100644
(file)
--- a/
wcfsetup/install/files/acp/style/wcf.css
+++ b/
wcfsetup/install/files/acp/style/wcf.css
@@
-3458,7
+3458,7
@@
tr .columnIcon img {
text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
line-height: 1.5;
color: #c00;
- border: 1px solid #
ccc
;
+ border: 1px solid #
f99
;
border-radius: 7px;
background-color: rgba(255, 238, 238, 1);
background-image: url('../../icon/systemError.svg');
@@
-3481,7
+3481,7
@@
tr .columnIcon img {
.wcf-innerError .pointer {
border-width: 0 7px 7px;
border-style: solid;
- border-color: #
ccc
transparent;
+ border-color: #
f99
transparent;
display: inline-block !important;
width: 0;
position: absolute;